We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 344723f + ce68506 commit fb0b59fCopy full SHA for fb0b59f
.github/workflows/codeql-analysis.yml
@@ -61,7 +61,7 @@ jobs:
61
62
# Initializes the CodeQL tools for scanning.
63
- name: Initialize CodeQL
64
- uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
65
with:
66
languages: ${{ matrix.language }}
67
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -77,4 +77,4 @@ jobs:
77
cake-version: tool-manifest
78
79
- name: Perform CodeQL Analysis
80
- uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
0 commit comments