Skip to content

Commit a2a1657

Browse files
authored
Update the version of the checkout Action used in the CodeQL workflow
2 parents 106a045 + e8f0c2f commit a2a1657

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Install dependencies
2727
run: ci/install-dependencies.sh

0 commit comments

Comments
 (0)