File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-24.04
24
24
steps :
25
25
- name : Checkout Repository
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27
27
with :
28
28
fetch-depth : 0
29
29
45
45
runs-on : ubuntu-24.04
46
46
steps :
47
47
- name : Checkout Repository
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49
49
50
50
- name : Setup Golang Environment
51
51
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
64
64
id-token : write
65
65
steps :
66
66
- name : Checkout Repository
67
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
67
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
68
68
with :
69
69
fetch-depth : 0
70
70
Original file line number Diff line number Diff line change 47
47
48
48
steps :
49
49
- name : Checkout repository
50
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51
51
52
52
- name : Setup Golang Environment
53
53
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
23
24
24
- name : Dependency Review
25
25
uses : actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
Original file line number Diff line number Diff line change 21
21
if : ${{ github.event.repository.fork == false }}
22
22
steps :
23
23
- name : Checkout Repository
24
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
25
26
26
- name : Scan
27
27
uses : fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
Original file line number Diff line number Diff line change 12
12
pull-requests : write # for actions/labeler to add labels
13
13
runs-on : ubuntu-24.04
14
14
steps :
15
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
16
with :
17
17
sparse-checkout : |
18
18
labeler.yml
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-24.04
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26
26
27
27
- name : Setup Golang Environment
28
28
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
39
39
runs-on : ubuntu-24.04
40
40
steps :
41
41
- name : Checkout Repository
42
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
43
44
44
- name : Lint Actions
45
45
uses : reviewdog/action-actionlint@7eeec1dd160c2301eb28e1568721837d084558ad # v1.57.0
51
51
runs-on : ubuntu-24.04
52
52
steps :
53
53
- name : Checkout Repository
54
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55
55
56
56
- name : Lint Markdown
57
57
uses : DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809 # v17.0.0
65
65
runs-on : ubuntu-24.04
66
66
steps :
67
67
- name : Checkout Repository
68
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
68
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
69
69
70
70
- name : Lint YAML
71
71
uses : reviewdog/action-yamllint@e09f07780388032a624e9eb44a23fd1bbb4052cc # v1.19.0
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : " Checkout code"
28
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
29
with :
30
30
persist-credentials : false
31
31
You can’t perform that action at this time.
0 commit comments