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 d32f9cbCopy full SHA for d32f9cb
.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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # 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@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3
0 commit comments