Skip to content

Bump org.apache.tomcat:tomcat-catalina from 9.0.62 to 9.0.72 in /base/tomcat #4483

Bump org.apache.tomcat:tomcat-catalina from 9.0.62 to 9.0.72 in /base/tomcat

Bump org.apache.tomcat:tomcat-catalina from 9.0.62 to 9.0.72 in /base/tomcat #4483

Workflow file for this run

name: Python Tests
on: [push, pull_request]
jobs:
init:
name: Initialization
uses: ./.github/workflows/init.yml
secrets: inherit
build:
name: Waiting for build
needs: init
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
python-lint-test:
name: Python lint
needs: [init, build]
uses: ./.github/workflows/python-lint-test.yml