Skip to content

Commit 69a4344

Browse files
[skip-release] Update github-actions (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2546fd9 commit 69a4344

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: '>=1.22.2'
2626

2727
- name: Run GoReleaser
28-
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7
28+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
2929
with:
3030
distribution: goreleaser
3131
version: latest

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go-version-file: "go.mod"
1616

1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
18+
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
34+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
3535
with:
3636
files: ./coverage.out
3737
fail_ci_if_error: false
@@ -40,7 +40,7 @@ jobs:
4040

4141
run:
4242
needs: [lint-test]
43-
uses: libops/.github/.github/workflows/build-push.yaml@f39fff4fbd5096221d705143e88e5942f5d9a604 # main
43+
uses: libops/.github/.github/workflows/build-push.yaml@d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3 # main
4444
permissions:
4545
contents: read
4646
packages: write

0 commit comments

Comments
 (0)