We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba74631 commit 1a08b89Copy full SHA for 1a08b89
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
go-version-file: go.mod
24
# https://github.com/magnetikonline/action-golang-
25
- - uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # tag=v2.0.2
+ - uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0
26
27
aqua_version: v2.21.3
28
enable_aqua_install: true
@@ -36,7 +36,7 @@ jobs:
36
version: latest
37
args: init
38
- name: docker-login
39
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
40
41
username: ${{ secrets.DSV_DOCKER_USERNAME }}
42
password: ${{ secrets.DSV_DOCKER_PASSWORD }}
0 commit comments