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.
2 parents 8e520a6 + 7bbc17f commit ce87cf0Copy full SHA for ce87cf0
.github/workflows/codeql.yml
@@ -30,10 +30,10 @@ jobs:
30
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
+ uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
34
with:
35
config-file: .github/codeql/codeql-configuration.yml
36
languages: ${{ matrix.language }}
37
38
- name: Perform CodeQL analysis
39
- uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
+ uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
0 commit comments