We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d817bb commit b0c3609Copy full SHA for b0c3609
.github/workflows/codeql.yml
@@ -36,12 +36,12 @@ jobs:
36
37
# Initializes the CodeQL tools for scanning.
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
40
with:
41
languages: ${{ matrix.language }}
42
build-mode: ${{ matrix.build-mode }}
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
+ uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
46
47
category: "/language:${{matrix.language}}"
0 commit comments