Skip to content

Commit 8222602

Browse files
grafanarenovatebot[bot]mem
authored andcommitted
chore: Update actions/checkout digest to 08eba0b
1 parent 5c6b9a5 commit 8222602

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_and_publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: checkout
56-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
56+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5757
with:
5858
persist-credentials: false
5959
fetch-depth: 0
@@ -186,7 +186,7 @@ jobs:
186186
repositories: ${{ needs.preflight.outputs.repo_name }}
187187

188188
- name: checkout
189-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
189+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
190190
with:
191191
persist-credentials: false
192192
fetch-depth: 0
@@ -315,7 +315,7 @@ jobs:
315315
# to obtain GOOS and GOARCH (because it's downloading a remote tarball
316316
# where those values are part of the filename).
317317
- name: checkout
318-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
318+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
319319
with:
320320
persist-credentials: false
321321
fetch-depth: 0

.github/workflows/validate_pr.yaml

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

2626
steps:
2727
- name: checkout
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2929
with:
3030
persist-credentials: false
3131
fetch-depth: 0

0 commit comments

Comments
 (0)