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 304f7c9 commit 40fcf37Copy full SHA for 40fcf37
.github/workflows/codeql-analysis.yml
@@ -61,7 +61,7 @@ jobs:
61
62
# Initializes the CodeQL tools for scanning.
63
- name: Initialize CodeQL
64
- uses: github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3
+ uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4
65
with:
66
languages: ${{ matrix.language }}
67
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -73,4 +73,4 @@ jobs:
73
shell: pwsh
74
75
- name: Perform CodeQL Analysis
76
- uses: github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3
+ uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4
0 commit comments