We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a205bf0 commit 2e69090Copy full SHA for 2e69090
.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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
+ uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # 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: 1.3.0
65
66
- name: Perform CodeQL Analysis
67
- uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3
+ uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
0 commit comments