Skip to content

Commit 5cd77cd

Browse files
authored
update codeql with pinned version (#153)
1 parent 7ddb694 commit 5cd77cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,16 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
44+
with:
45+
persist-credentials: false
4446

4547
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v4
48+
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
4749
with:
4850
languages: actions
4951

5052
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v4
53+
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
5254
with:
5355
category: "/language:actions"

0 commit comments

Comments
 (0)