Skip to content

Commit 758edd6

Browse files
Bump actions/checkout in the github-actions-workflows group
Bumps the github-actions-workflows group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-workflows ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fccf0c commit 758edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout repository
53-
uses: actions/checkout@v5.0.0
53+
uses: actions/checkout@v5.0.1
5454

5555
- name: Initialize CodeQL
5656
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)