Skip to content

Commit 907a3ac

Browse files
chore(deps): update actions/checkout digest to 93cb6ef (#2306)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 66adfc2 commit 907a3ac

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
docs_only: ${{ steps.docs_only_check.outputs.docs_only }}
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020
with:
2121
fetch-depth: 0
2222
persist-credentials: false
@@ -59,7 +59,7 @@ jobs:
5959
docker pull kindest/node:${{ matrix.version }} > /dev/null 2>&1 &
6060
6161
- name: Clone repo and checkout
62-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
62+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6363
with:
6464
persist-credentials: false
6565

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
29+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3030
with:
3131
persist-credentials: true
3232

.github/workflows/pr-hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020
with:
2121
persist-credentials: false
2222

.github/workflows/pr-validation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pre-commit:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1919
with:
2020
persist-credentials: false
2121

@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Clone repo
32-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333
with:
3434
persist-credentials: false
3535

@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: Clone repo
63-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
63+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6464
with:
6565
persist-credentials: false
6666

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2525
with:
2626
path: source
2727
persist-credentials: false
@@ -94,7 +94,7 @@ jobs:
9494
token: ${{ env.AUTHTOKEN }}
9595

9696
- name: Checkout helm-charts # zizmor: ignore[artipacked] required to push using chart releaser in last step
97-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
97+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9898
with:
9999
fetch-depth: 0
100100
repository: grafana/helm-charts
@@ -122,7 +122,7 @@ jobs:
122122
uses: fluxcd/flux2/action@b6e76ca2534f76dcb8dd94fb057cdfa923c3b641 # v2.7.3
123123

124124
- name: Clone repo
125-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
125+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
126126
with:
127127
persist-credentials: false
128128

@@ -173,7 +173,7 @@ jobs:
173173
platform-map: ${{ steps.publish-image.outputs.PLATFORM_MAP }}
174174
steps:
175175
- name: Clone repo
176-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
176+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
177177
with:
178178
persist-credentials: false
179179

0 commit comments

Comments
 (0)