Commit 8e41ac6 1 parent ba74631 commit 8e41ac6 Copy full SHA for 8e41ac6
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
permissions :
27
27
contents : read
28
28
steps :
29
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
30
30
- id : dsv
31
31
# If using as a template outside of the actual repo, you sould reference like this instead:
32
32
# uses: DelineaXPM/dsv-github-action@v1 # renovate: tag=v1
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 15
16
16
steps :
17
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
18
18
19
19
# https://github.com/magnetikonline/action-golang-cache
20
20
- name : Setup Golang with cache
21
21
uses : magnetikonline/action-golang-cache@777394c89f8ed6fcf1649505277c46c1cd06494d # v4
22
22
with :
23
23
go-version-file : go.mod
24
24
# https://github.com/magnetikonline/action-golang-
25
- - uses : aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # tag= v2.0 .2
25
+ - uses : aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3 .2
26
26
with :
27
27
aqua_version : v2.21.3
28
28
enable_aqua_install : true
36
36
version : latest
37
37
args : init
38
38
- name : docker-login
39
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
39
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
40
40
with :
41
41
username : ${{ secrets.DSV_DOCKER_USERNAME }}
42
42
password : ${{ secrets.DSV_DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments