We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66dc09 commit 9ff4b47Copy full SHA for 9ff4b47
.github/workflows/container.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Ghcr login
97
id: login3
98
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
99
if: github.event_name != 'pull_request'
100
with:
101
registry: ghcr.io
.github/workflows/go-lint-test.yml
@@ -29,7 +29,7 @@ jobs:
29
go-version-file: .go-version
30
31
- name: install golangci
32
- uses: giantswarm/install-binary-action@c37eb401e5092993fc76d545030b1d1769e61237 # v3.0.0
+ uses: giantswarm/install-binary-action@4b9f8dcb6b036f2d4c570718ee5417ecc2cb4d67 # v3.1.0
33
34
binary: "golangci-lint"
35
version: "2.3.0"
0 commit comments