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 99b60e6 commit 8af7149Copy full SHA for 8af7149
1 file changed
.github/workflows/tools_codeql.yml
@@ -66,7 +66,7 @@ jobs:
66
67
# Initializes the CodeQL tools for scanning.
68
- name: Initialize CodeQL
69
- uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
+ uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
70
with:
71
languages: ${{ matrix.language }}
72
build-mode: ${{ matrix.build-mode }}
@@ -94,6 +94,6 @@ jobs:
94
exit 1
95
96
- name: Perform CodeQL Analysis
97
- uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
+ uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
98
99
category: "/language:${{matrix.language}}"
0 commit comments