Skip to content

Commit c9fe164

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent 0953d48 commit c9fe164

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3333

3434
- name: Install cosign
3535
if: github.event_name != 'pull_request'
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: [ ubuntu-latest ]
100100
steps:
101101
- name: checkout
102-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
102+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
103103
- name: Set sha
104104
id: vars
105105
run: echo "sha_short=sha-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: [ ubuntu-latest ]
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

@@ -28,7 +28,7 @@ jobs:
2828
build:
2929
runs-on: [ ubuntu-latest ]
3030
steps:
31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434

0 commit comments

Comments
 (0)