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 737f27d commit 12fd60bCopy full SHA for 12fd60b
1 file changed
.github/workflows/codeql.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Initializes the CodeQL tools for scanning.
54
- name: Initialize CodeQL
55
- uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
+ uses: github/codeql-action/init@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3
56
with:
57
languages: ${{ matrix.language }}
58
build-mode: ${{ matrix.build-mode }}
@@ -80,6 +80,6 @@ jobs:
80
exit 1
81
82
- name: Perform CodeQL Analysis
83
- uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
+ uses: github/codeql-action/analyze@411c4c9a36b3fca4d674f06b6396b2c6d23522c6 # v3
84
85
category: "/language:${{matrix.language}}"
0 commit comments