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 e7576fd commit ac32f27Copy full SHA for ac32f27
.github/workflows/ql-for-ql-build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Get CodeQL version
31
id: get-codeql-version
32
run: |
33
- echo "::set-output name=version::$("${CODEQL}" --version | head -n 1 | rev | cut -d " " -f 1 | rev)"
+ echo "version=$("${CODEQL}" --version | head -n 1 | rev | cut -d " " -f 1 | rev)" >> $GITHUB_OUTPUT
34
shell: bash
35
env:
36
CODEQL: ${{ steps.find-codeql.outputs.codeql-path }}
0 commit comments