Skip to content

Commit d4ec81d

Browse files
ci(tools): update build tools
1 parent a66dc09 commit d4ec81d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container.yml

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

9696
- name: Ghcr login
9797
id: login3
98-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
98+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
9999
if: github.event_name != 'pull_request'
100100
with:
101101
registry: ghcr.io

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
go-version-file: .go-version
3030

3131
- name: install golangci
32-
uses: giantswarm/install-binary-action@c37eb401e5092993fc76d545030b1d1769e61237 # v3.0.0
32+
uses: giantswarm/install-binary-action@4b9f8dcb6b036f2d4c570718ee5417ecc2cb4d67 # v3.1.0
3333
with:
3434
binary: "golangci-lint"
3535
version: "2.3.0"

0 commit comments

Comments
 (0)