There was an error while loading. Please reload this page.
1 parent 716075e commit db8afa8Copy full SHA for db8afa8
1 file changed
.github/workflows/codeql.yml
@@ -32,16 +32,18 @@ jobs:
32
build-mode: none
33
steps:
34
- name: Checkout repository
35
- uses: actions/checkout@v5
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36
+ with:
37
+ persist-credentials: false
38
39
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
40
+ uses: github/codeql-action/init@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
41
with:
42
languages: ${{ matrix.language }}
43
build-mode: ${{ matrix.build-mode }}
44
config-file: ./.github/codeql-config.yml
45
46
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
47
+ uses: github/codeql-action/analyze@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
48
49
category: "/language:${{matrix.language}}"
0 commit comments