We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddb694 commit e525abcCopy full SHA for e525abc
.github/workflows/codeql.yml
@@ -40,14 +40,16 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
44
+ with:
45
+ persist-credentials: false
46
47
- name: Initialize CodeQL
- uses: github/codeql-action/init@v4
48
+ uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
49
with:
50
languages: actions
51
52
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v4
53
+ uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
54
55
category: "/language:actions"
0 commit comments