Skip to content

Commit b6767e9

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent 0bfb337 commit b6767e9

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: golangci-lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1616
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
1717
with:
1818
go-version: '1.22.x'

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
release:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3232
if: github.event_name == 'pull_request'
3333
with:
3434
fetch-depth: 0
3535
ref: ${{ github.event.pull_request.head.ref }}
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
36+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3737
if: github.event_name != 'pull_request'
3838
with:
3939
fetch-depth: 0

.github/workflows/semantic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write # to enable use of OIDC for npm provenance
2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2323
with:
2424
fetch-depth: 0
2525
- name: setup node.js

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
go-version: ${{ matrix.go-version }}
2626
- name: checkout
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2828
- name: Test
2929
run: go test ./...
3030

@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
go-version: ${{ matrix.go-version }}
3838
- name: checkout
39-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4040
- name: "build"
4141
run: |
4242
make release-all

0 commit comments

Comments
 (0)