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 c75ed0a commit 9df59ffCopy full SHA for 9df59ff
1 file changed
.github/workflows/pr-check-primary-codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
egress-policy: audit
43
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
+ uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
46
with:
47
languages: ${{ matrix.language }}
48
build-mode: ${{ matrix.build-mode }}
@@ -66,6 +66,6 @@ jobs:
66
run: uv sync --frozen --all-groups --all-packages --all-extras
67
68
- name: Perform CodeQL Analysis
69
- uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
+ uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
70
71
category: "/language:${{matrix.language}}"
0 commit comments