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 6d1ebeb commit 4269e96Copy full SHA for 4269e96
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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
+ uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
45
with:
46
languages: ${{ matrix.language }}
47
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,4 +50,4 @@ jobs:
50
# queries: ./path/to/local/query, your-org/your-repo/queries@main
51
52
- name: Perform CodeQL Analysis
53
- uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
+ uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
0 commit comments