Commit caca934 1 parent 4402697 commit caca934 Copy full SHA for caca934
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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@v3
29
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
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
14
runs-on : ubuntu-latest
15
15
timeout-minutes : 15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18
18
19
19
# https://github.com/magnetikonline/action-golang-cache
20
20
- name : Setup Golang with cache
@@ -23,17 +23,17 @@ jobs:
23
23
go-version-file : go.mod
24
24
25
25
- name : mage-tidy
26
- uses : magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2
26
+ uses : magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
27
27
with :
28
28
version : latest
29
29
args : init
30
30
- name : docker-login
31
- uses : docker/login-action@v2 # renovate: tag= v2
31
+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
32
32
with :
33
33
username : ${{ secrets.DSV_DOCKER_USERNAME }}
34
34
password : ${{ secrets.DSV_DOCKER_PASSWORD }}
35
35
- name : mage-release
36
- uses : magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2
36
+ uses : magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2
37
37
with :
38
38
version : latest
39
39
args : release
You can’t perform that action at this time.
0 commit comments