We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec285a commit 7088cc2Copy full SHA for 7088cc2
1 file changed
.github/workflows/codeql.yml
@@ -65,7 +65,7 @@ jobs:
65
66
# Initializes the CodeQL tools for scanning.
67
- name: Initialize CodeQL
68
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
+ uses: github/codeql-action/init@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
69
with:
70
languages: ${{ matrix.language }}
71
build-mode: ${{ matrix.build-mode }}
@@ -93,6 +93,6 @@ jobs:
93
exit 1
94
95
- name: Perform CodeQL Analysis
96
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
+ uses: github/codeql-action/analyze@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
97
98
category: "/language:${{matrix.language}}"
0 commit comments