Skip to content

Commit 8f3134f

Browse files
[skip-release] Update actions/checkout digest to 3d3c42e
1 parent 52fec3e commit 8f3134f

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cloud-smoke-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
CLOUD_COMPOSE_SMOKE_RUN_ID: ${{ github.event.workflow_run.id }}
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
54+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5555
with:
5656
ref: ${{ github.sha }}
5757
persist-credentials: false
@@ -97,7 +97,7 @@ jobs:
9797
GSA: ${{ vars.GSA || secrets.GSA }}
9898
steps:
9999
- name: Checkout repository
100-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
100+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
101101
with:
102102
ref: ${{ github.sha }}
103103
persist-credentials: false

.github/workflows/cloud-smoke.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
21+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-24.04
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
54+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5555
with:
5656
persist-credentials: false
5757

@@ -83,7 +83,7 @@ jobs:
8383
CLOUD_COMPOSE_SMOKE_RUN_ID: ${{ github.run_id }}
8484
steps:
8585
- name: Checkout repository
86-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
86+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
8787
with:
8888
persist-credentials: false
8989

@@ -144,7 +144,7 @@ jobs:
144144

145145
steps:
146146
- name: Checkout repository
147-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
147+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
148148
with:
149149
persist-credentials: false
150150

@@ -213,7 +213,7 @@ jobs:
213213
GSA: ${{ vars.GSA || secrets.GSA }}
214214
steps:
215215
- name: Checkout repository
216-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
216+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
217217
with:
218218
fetch-depth: 0
219219
persist-credentials: false

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-24.04
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929

3030
- name: Build docs
3131
run: make docs-build
@@ -42,7 +42,7 @@ jobs:
4242
url: ${{ steps.deployment.outputs.page_url }}
4343
steps:
4444
- name: Checkout code
45-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
45+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4646

4747
- name: Build docs
4848
run: make docs-build

.github/workflows/publish-rootfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout tagged source
14-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
with:
1616
persist-credentials: false
1717

0 commit comments

Comments
 (0)