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 8bb12f2 commit fc5538cCopy full SHA for fc5538c
1 file changed
.github/workflows/codeql.yml
@@ -47,7 +47,7 @@ jobs:
47
48
# Initializes the CodeQL tools for scanning.
49
- name: Initialize CodeQL
50
- uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
+ uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
51
with:
52
languages: ${{ matrix.language }}
53
build-mode: ${{ matrix.build-mode }}
@@ -75,6 +75,6 @@ jobs:
75
exit 1
76
77
- name: Perform CodeQL Analysis
78
- uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
+ uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
79
80
category: "/language:${{matrix.language}}"
0 commit comments