We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b11d94 commit 0c35162Copy full SHA for 0c35162
.github/workflows/codeql-analysis.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Initializes the CodeQL tools for scanning.
71
- name: Initialize CodeQL
72
- uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
+ uses: github/codeql-action/init@b8bb9f28b8d3f992092362369c57161b755dea45 # v4
73
with:
74
languages: ${{ matrix.language }}
75
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -85,4 +85,4 @@ jobs:
85
cake-version: tool-manifest
86
87
- name: Perform CodeQL Analysis
88
- uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4
+ uses: github/codeql-action/analyze@b8bb9f28b8d3f992092362369c57161b755dea45 # v4
0 commit comments