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.
2 parents c3b559b + 6476735 commit 781c3f7Copy full SHA for 781c3f7
1 file changed
.github/workflows/codeql.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# Initializes the CodeQL tools for scanning.
58
- name: Initialize CodeQL
59
- uses: github/codeql-action/init@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
+ uses: github/codeql-action/init@b7351df727350dca84cb9d725d57dcf5bc82ba26 # v3
60
with:
61
languages: ${{ matrix.language }}
62
build-mode: ${{ matrix.build-mode }}
@@ -84,6 +84,6 @@ jobs:
84
exit 1
85
86
- name: Perform CodeQL Analysis
87
- uses: github/codeql-action/analyze@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
+ uses: github/codeql-action/analyze@b7351df727350dca84cb9d725d57dcf5bc82ba26 # v3
88
89
category: "/language:${{matrix.language}}"
0 commit comments