We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18b1a09 + 6ad0722 commit 83e5b32Copy full SHA for 83e5b32
1 file changed
.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
51
- uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
+ uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
52
with:
53
languages: ${{ matrix.language }}
54
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,4 +63,4 @@ jobs:
63
make all
64
65
- name: Perform CodeQL Analysis
66
- uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
+ uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
0 commit comments