Skip to content

Commit 9d1c893

Browse files
committed
chore: update actions/checkout action to v5.0.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc49980 commit 9d1c893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3232
with:
3333
fetch-depth: 0
3434
- name: Use Node.js ${{ matrix.node-version }}
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
if: ${{ github.event.pull_request }}
6767
steps:
68-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
68+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6969
with:
7070
fetch-depth: 0
7171
- name: Use Node.js 20
@@ -84,7 +84,7 @@ jobs:
8484
# See: https://github.com/github/codeql-action/blob/008b2cc71c4cf3401f45919d8eede44a65b4a322/README.md#usage
8585
security-events: write
8686
steps:
87-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
87+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8888
- name: Initialize CodeQL
8989
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
9090
with:

0 commit comments

Comments
 (0)