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.
2 parents 7de42e5 + 6f606ea commit bc8c267Copy full SHA for bc8c267
.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@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3
+ uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
52
with:
53
languages: ${{ matrix.language }}
54
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,4 +64,4 @@ jobs:
64
cake-version: tool-manifest
65
66
- name: Perform CodeQL Analysis
67
- uses: github/codeql-action/analyze@5cf07d8b700b67e235fbb65cbc84f69c0cf10464 # v3
+ uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
0 commit comments