Skip to content

Commit b59d0b1

Browse files
[skip-release] Update github-actions
1 parent bdefdc3 commit b59d0b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818
with:
1919
fetch-depth: 0
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
22+
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
2323
with:
2424
go-version: ">=1.25.0"
2525

2626
- name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
27+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
2828
with:
2929
distribution: goreleaser
3030
version: latest

.github/workflows/lint-test-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
lint-test:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
10+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1111

1212
- name: Set up Go
13-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
13+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
1414
with:
1515
go-version-file: "go.mod"
1616

1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
18+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
1919
with:
2020
version: latest
2121

@@ -31,7 +31,7 @@ jobs:
3131
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
3232

3333
- name: upload coverage to codecov
34-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
34+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
3535
with:
3636
files: ./coverage.out
3737
fail_ci_if_error: false

0 commit comments

Comments
 (0)