File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
- run : make go-mod-tidy
14
14
- run : make go-mod-download
15
15
- run : tar -cvf ./src.tar.gz ./ # preserve file permissions
16
- - uses : actions/upload-artifact@v3
16
+ - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
17
17
with :
18
18
name : src
19
19
path : ./src.tar.gz
20
20
lint :
21
21
runs-on : ubuntu-20.04
22
22
needs : gomod
23
23
steps :
24
- - uses : actions/download-artifact@v3
24
+ - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
25
25
with :
26
26
name : src
27
27
- run : tar -xvf ./src.tar.gz
34
34
matrix :
35
35
testSuite : [test, integration-test, helm-test]
36
36
steps :
37
- - uses : actions/download-artifact@v3
37
+ - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
38
38
with :
39
39
name : src
40
40
58
58
matrix :
59
59
bin : [controller, kanctl, kando]
60
60
steps :
61
- - uses : actions/download-artifact@v3
61
+ - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
62
62
with :
63
63
name : src
64
64
- run : tar -xvf ./src.tar.gz
67
67
runs-on : ubuntu-20.04
68
68
needs : gomod
69
69
steps :
70
- - uses : actions/download-artifact@v3
70
+ - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
71
71
with :
72
72
name : src
73
73
- run : tar -xvf ./src.tar.gz
79
79
permissions :
80
80
packages : write
81
81
steps :
82
- - uses : actions/download-artifact@v3
82
+ - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
83
83
with :
84
84
name : src
85
85
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Original file line number Diff line number Diff line change 44
44
sarif_file : results.sarif
45
45
-
46
46
name : " Upload analysis results as 'Job Artifact'"
47
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
47
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
48
48
with :
49
49
name : SARIF file
50
50
path : results.sarif
You can’t perform that action at this time.
0 commit comments