Skip to content

Bump org.apache.tomcat:tomcat-catalina from 9.0.62 to 9.0.83 in /base/tomcat #313

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

Bump org.apache.tomcat:tomcat-catalina from 9.0.62 to 9.0.83 in /base/tomcat #313

Workflow file for this run

name: CA Clone Tests
on: [push, pull_request]
jobs:
build:
name: Waiting for build
uses: ./.github/workflows/wait-for-build.yml
secrets: inherit
ca-clone-test:
name: CA clone
needs: build
uses: ./.github/workflows/ca-clone-test.yml
ca-clone-hsm-test:
name: CA clone with HSM
needs: build
uses: ./.github/workflows/ca-clone-hsm-test.yml
ca-clone-secure-ds-test:
name: CA clone with secure DS
needs: build
uses: ./.github/workflows/ca-clone-secure-ds-test.yml
ca-clone-shared-ds-test:
name: CA clone with shared DS
needs: build
uses: ./.github/workflows/ca-clone-shared-ds-test.yml
ca-clone-replicated-ds-test:
name: CA clone with replicated DS
needs: build
uses: ./.github/workflows/ca-clone-replicated-ds-test.yml