Skip to content

Commit 5d657e6

Browse files
committed
pin checkout to 6.0.1 sha in codeql.yml
Signed-off-by: Cary Phillips <[email protected]>
1 parent d9dd35f commit 5d657e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/[email protected]
61+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL

0 commit comments

Comments
 (0)