We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09edb26 commit 45c20efCopy full SHA for 45c20ef
.github/workflows/update-proxy-release.yml
@@ -19,7 +19,7 @@ jobs:
19
contents: write # needed to push the updated files
20
pull-requests: write # needed to create the PR
21
env:
22
- RELEASE_TAG: ${{ inputs.tag || 'invalid-tag' }}
+ RELEASE_TAG: ${{ inputs.tag || 'codeql-bundle-v2.22.9' }}
23
steps:
24
- name: Check release tag format
25
id: checks
0 commit comments