File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
raw.githubusercontent.com:443
25
25
26
26
- name : Checkout repo
27
- uses : actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
27
+ uses : actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
28
28
with :
29
29
fetch-depth : 0
30
30
- name : Setup Go
59
59
sum.golang.org:443
60
60
61
61
- name : Checkout repo
62
- uses : actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
62
+ uses : actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
63
63
with :
64
64
fetch-depth : 0
65
65
- name : Setup Go
92
92
storage.googleapis.com:443
93
93
94
94
- name : Checkout repo
95
- uses : actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
95
+ uses : actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
96
96
with :
97
97
fetch-depth : 0
98
98
- name : Setup Go
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
# Codecov
108
108
- name : Codecov
109
- uses : codecov/codecov-action@4b21c320b5517fc6ffd4406a28e66325c721dc20
109
+ uses : codecov/codecov-action@8bacbcdafc25d23d7ccbf06e9aaf78c95a290f21
110
110
env :
111
111
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
112
112
with :
Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ jobs:
31
31
api.github.com:443 github.com:443 objects.githubusercontent.com:443 proxy.golang.org:443 storage.googleapis.com:443 sum.golang.org:443 uploads.github.com:443
32
32
33
33
- name : Checkout repository
34
- uses : actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
34
+ uses : actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@889597e41d183636b55d03e1a49c44753c626a2e
38
+ uses : github/codeql-action/init@d8b1697e9a833a1f8cd88c642a6bd8685d3ee856
39
39
with :
40
40
languages : go
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@889597e41d183636b55d03e1a49c44753c626a2e
43
+ uses : github/codeql-action/autobuild@d8b1697e9a833a1f8cd88c642a6bd8685d3ee856
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@889597e41d183636b55d03e1a49c44753c626a2e
46
+ uses : github/codeql-action/analyze@d8b1697e9a833a1f8cd88c642a6bd8685d3ee856
Original file line number Diff line number Diff line change 38
38
www.bestpractices.dev:443
39
39
40
40
- name : " Checkout code"
41
- uses : actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
41
+ uses : actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
42
42
with :
43
43
persist-credentials : false
44
44
69
69
70
70
# required for Code scanning alerts
71
71
- name : " Upload SARIF results to code scanning"
72
- uses : github/codeql-action/upload-sarif@889597e41d183636b55d03e1a49c44753c626a2e
72
+ uses : github/codeql-action/upload-sarif@d8b1697e9a833a1f8cd88c642a6bd8685d3ee856
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments