Skip to content

Commit 20610f2

Browse files
authored
Merge pull request #527 from AreaLayer/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 1e8886e + d5e1da4 commit 20610f2

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)