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 b56bcce commit 496d1e4Copy full SHA for 496d1e4
1 file changed
.github/workflows/codeql.yml
@@ -41,7 +41,7 @@ jobs:
41
42
# Initializes the CodeQL tools for scanning.
43
- name: Initialize CodeQL
44
- uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
+ uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
45
with:
46
languages: ${{ matrix.language }}
47
build-mode: ${{ matrix.build-mode }}
@@ -70,6 +70,6 @@ jobs:
70
exit 1
71
72
- name: Perform CodeQL Analysis
73
- uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
+ uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
74
75
category: "/language:${{matrix.language}}"
0 commit comments