File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
56
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
23
24
24
- name : " Dependency Review"
25
25
uses : actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ - uses : actions/checkout@9bb56186c3b09b4f86b
F440
1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
41
41
42
42
- uses : reviewdog/action-actionlint@c6ee1eb0a5d47b2af53a203652b5dac0b6c4016e # v1.43.0
43
43
with :
48
48
runs-on : ubuntu-22.04
49
49
steps :
50
50
- name : Checkout Repository
51
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
52
52
53
53
- uses : DavidAnson/markdownlint-cli2-action@510b996878fc0d1a46c8a04ec86b06dbfba09de7 # v15.0.0
54
54
with :
60
60
name : YAML lint
61
61
runs-on : ubuntu-22.04
62
62
steps :
63
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
63
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
29
with :
30
30
persist-credentials : false
31
31
You can’t perform that action at this time.
0 commit comments