File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-22.04
27
27
steps :
28
28
- name : Checkout Repository
29
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
30
30
31
31
- name : Setup Golang Environment
32
32
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
53
53
needs : unit-tests
54
54
steps :
55
55
- name : Checkout Repository
56
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
56
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
57
57
with :
58
58
fetch-depth : 0
59
59
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
41
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 19
19
pull-requests : write # for actions/dependency-review-action to post comments
20
20
steps :
21
21
- name : " Checkout Repository"
22
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
22
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23
23
24
24
- name : " Dependency Review"
25
25
uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-22.04
20
20
if : ${{ github.event.repository.fork == false }}
21
21
steps :
22
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
22
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
23
23
24
24
- name : Modify readme for DockerHub
25
25
run : |
Original file line number Diff line number Diff line change 22
22
if : ${{ github.event.repository.fork == false }}
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
25
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
26
26
27
27
- name : Scan
28
28
uses : fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-22.04
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
25
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
26
26
27
27
- name : Setup Golang Environment
28
28
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
37
37
runs-on : ubuntu-22.04
38
38
steps :
39
39
- name : Checkout Repository
40
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
40
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
41
41
42
42
- uses : reviewdog/action-actionlint@9d8b58041eed1373f173e91b9a3db5a844197236 # v1.44.0
43
43
with :
48
48
runs-on : ubuntu-22.04
49
49
steps :
50
50
- name : Checkout Repository
51
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
51
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
52
52
53
53
- uses : DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0
54
54
with :
60
60
name : YAML lint
61
61
runs-on : ubuntu-22.04
62
62
steps :
63
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
63
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
64
64
65
65
- name : Install yamllint
66
66
run : pip install yamllint
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
29
29
with :
30
30
persist-credentials : false
31
31
You can’t perform that action at this time.
0 commit comments