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 eb2677f commit fa6008eCopy full SHA for fa6008e
1 file changed
.github/workflows/codeql-analysis.yml
@@ -71,7 +71,7 @@ jobs:
71
72
# Initializes the CodeQL tools for scanning.
73
- name: Initialize CodeQL
74
- uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
+ uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
75
with:
76
config-file: ./.github/codeql/codeql-config.yml
77
languages: ${{ matrix.language }}
@@ -100,6 +100,6 @@ jobs:
100
exit 1
101
102
- name: Perform CodeQL Analysis
103
- uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
+ uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
104
105
category: '/language:${{matrix.language}}'
0 commit comments