Skip to content

2024/05/09: Jenkins regular patching cycle - update to 2.440.3 #3956

2024/05/09: Jenkins regular patching cycle - update to 2.440.3

2024/05/09: Jenkins regular patching cycle - update to 2.440.3 #3956

Workflow file for this run

name: Code Freeze Bot
# Controls when the workflow will run
on:
pull_request_target:
branches: [ "master" ]
issue_comment:
types: [created]
permissions:
contents: write
pull-requests: write
jobs:
codefreeze:
uses: adoptium/.github/.github/workflows/code-freeze.yml@main
secrets: inherit