Skip to content

Commit d5e1da4

Browse files
Update actions/checkout action to v5
1 parent 1e8886e commit d5e1da4

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/checkout@v4
61+
uses: actions/checkout@v5
6262

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

0 commit comments

Comments
 (0)