Skip to content

Commit 4756224

Browse files
Update actions/checkout action to v4 (#891)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16a73bf commit 4756224

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
@@ -41,7 +41,7 @@ jobs:
4141
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
4747
uses: github/codeql-action/init@v2

0 commit comments

Comments
 (0)