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 da1f8c4 commit 45c71c8Copy full SHA for 45c71c8
.github/workflows/codeql.yml
@@ -43,12 +43,12 @@ jobs:
43
44
# Initialises the CodeQL tools for scanning
45
- name: Initialise CodeQL
46
- uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
+ uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
47
with:
48
config-file: ./.github/codeql-config.yml
49
languages: ${{ matrix.languages }}
50
51
- name: Perform CodeQL analysis
52
- uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
+ uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
53
54
category: "/language:${{matrix.language}}"
0 commit comments