Skip to content

Commit c2698fd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)