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 e13f190 commit af090feCopy full SHA for af090fe
.github/workflows/codeql-analysis.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
+ uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3
54
with:
55
languages: ${{ matrix.language }}
56
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,4 +66,4 @@ jobs:
66
cake-version: 1.3.0
67
68
- name: Perform CodeQL Analysis
69
- uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
+ uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3
0 commit comments