Skip to content

Commit caa0697

Browse files
chore(deps): update actions/checkout digest to 692973e (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f66566 commit caa0697

6 files changed

+6
-6
lines changed

.github/workflows/codegen_check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false # Don't cancel running checks because one fails
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
25+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2626
with:
2727
# Disabling shallow clone is recommended for improving relevancy of reporting
2828
fetch-depth: 0

.github/workflows/integration-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
integration-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1717
with:
1818
# Disabling shallow clone is recommended for improving relevancy of reporting
1919
fetch-depth: 0

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3
23-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2424
with:
2525
# Disabling shallow clone is recommended for improving relevancy of reporting
2626
fetch-depth: 0

.github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
container:
2828
image: returntocorp/semgrep@sha256:550dfdac1ec5d4a757d1c2ac0197a6360ef3ac8e3d0a804731eab07242e91b4c
2929
steps:
30-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
30+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3131
- run: semgrep ci

.github/workflows/sonarcloud.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sonarcloud:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
22+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323
with:
2424
# Disabling shallow clone is recommended for improving relevancy of reporting
2525
fetch-depth: 0

.github/workflows/update-cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
22+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323

2424
- name: cache mise
2525
uses: jdx/mise-action@d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd # v2.0.6

0 commit comments

Comments
 (0)