You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Based on https://github.com/github/codeql/blob/45c942866830bec3463598774012a33a2cfaff96/.github/workflows/query-list.yml
@@ -46,7 +47,7 @@ jobs:
46
47
id: codeql-version
47
48
run: |
48
49
./codeql-cli/codeql/codeql version --format=terse
49
-
echo "::set-output name=version::$(./codeql-cli/codeql/codeql version --format=terse)"
50
+
echo "version=$(./codeql-cli/codeql/codeql version --format=terse)" >> $GITHUB_OUTPUT
50
51
51
52
# TODO: Once available, change this to update the cache, see https://github.com/actions/cache/issues/342
52
53
# For now include the CodeQL CLI version in the cache key to invalidate the cache, see https://github.com/github/vscode-codeql/issues/730#issuecomment-764855019
0 commit comments