Skip to content

Commit 53073a4

Browse files
chore(deps): update actions/checkout digest to 71cf226 (#1700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dcd037e commit 53073a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
24+
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
2525
with:
2626
fetch-depth: 0
2727
submodules: recursive

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os}}
2020
steps:
2121
- name: Check out the code
22-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
22+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
2323
with:
2424
fetch-depth: 0
2525
submodules: recursive

.github/workflows/release.yml

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

3838
steps:
3939
- name: Checkout Repository
40-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
40+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
4141
with:
4242
fetch-depth: 0
4343
submodules: recursive

.github/workflows/static-code-scanning.yaml

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

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
32+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL

0 commit comments

Comments
 (0)