Skip to content

Commit 6f02e84

Browse files
chore(deps): update actions/checkout digest to c2d88d3 (#1738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef29b49 commit 6f02e84

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
24+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
22+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
40+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
32+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
3333

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

0 commit comments

Comments
 (0)