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 d3d943aCopy full SHA for d3d943a
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
74
75
category: "/language:${{matrix.language}}"
0 commit comments