Skip to content

Commit 6a322ef

Browse files
[TASK] Update actions/checkout digest to df4cb1c
1 parent 7dcca87 commit 6a322ef

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cgl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
needs: prepare
1818
if: needs.prepare.outputs.continue == 'true'
1919
steps:
20-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2121
with:
2222
fetch-depth: 0
2323

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Create release
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php-version: ["8.2", "8.3", "8.4", "8.5"]
2424
dependencies: ["locked", "highest", "lowest"]
2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2727
with:
2828
fetch-depth: 0
2929

@@ -51,7 +51,7 @@ jobs:
5151
needs: prepare
5252
if: needs.prepare.outputs.continue == 'true'
5353
steps:
54-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
54+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5555
with:
5656
fetch-depth: 0
5757

@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
needs: coverage
9191
steps:
92-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
92+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9393
with:
9494
fetch-depth: 0
9595

0 commit comments

Comments
 (0)