Skip to content

Commit 4177377

Browse files
chore(deps): update actions/checkout digest to 11bd719 (#5)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent c971274 commit 4177377

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 15
2828

2929
steps:
30-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
ref: ${{ github.head_ref }}

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pre-commit:
2121
runs-on: ubuntu-22.04
2222
steps:
23-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
with:
2525
fetch-depth: 0
2626

@@ -48,7 +48,7 @@ jobs:
4848
name: check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
4949

5050
steps:
51-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
51+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252
with:
5353
fetch-depth: 0
5454

@@ -127,7 +127,7 @@ jobs:
127127
name: check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
128128

129129
steps:
130-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
130+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
131131
with:
132132
fetch-depth: 0
133133

@@ -213,7 +213,7 @@ jobs:
213213
name: check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
214214

215215
steps:
216-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
216+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
217217
with:
218218
fetch-depth: 0
219219

@@ -279,7 +279,7 @@ jobs:
279279
name: check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
280280

281281
steps:
282-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
282+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
283283
with:
284284
fetch-depth: 0
285285

@@ -348,7 +348,7 @@ jobs:
348348
name: check • sanitizers • ${{ matrix.sanitizer }} • ${{ matrix.build_type }}
349349

350350
steps:
351-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
351+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
352352
with:
353353
fetch-depth: 0
354354

@@ -396,7 +396,7 @@ jobs:
396396
name: check • valgrind • ${{ matrix.build_type }}
397397

398398
steps:
399-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
399+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
400400
with:
401401
fetch-depth: 0
402402

@@ -458,7 +458,7 @@ jobs:
458458
timeout-minutes: 15
459459

460460
steps:
461-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
461+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
462462
with:
463463
fetch-depth: 0
464464

@@ -507,7 +507,7 @@ jobs:
507507
timeout-minutes: 15
508508

509509
steps:
510-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
510+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
511511
with:
512512
fetch-depth: 0
513513

@@ -556,7 +556,7 @@ jobs:
556556
timeout-minutes: 15
557557

558558
steps:
559-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
559+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
560560
with:
561561
fetch-depth: 0
562562

@@ -602,7 +602,7 @@ jobs:
602602
timeout-minutes: 15
603603

604604
steps:
605-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
605+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
606606
with:
607607
fetch-depth: 0
608608

.github/workflows/codeql.yml

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

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
48+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4949
with:
5050
fetch-depth: 0
5151

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "# :warning: GITHUB_TOKEN is used" >> $GITHUB_STEP_SUMMARY
4141
echo "The GITHUB_TOKEN is used instead of a bot token or PAT that will not emit the released publish event for triggering a released workflow." >> $GITHUB_STEP_SUMMARY
4242
43-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
43+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444
with:
4545
fetch-depth: 0
4646
token: ${{ steps.bot_token.outputs.token || secrets.PAT || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)