File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
issue_triage :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
11
+ - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
12
12
- uses : github/issue-labeler@cd54a96bcc32e2a890e865b2eceffee3fc458b9d # v3.0
13
13
with :
14
14
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
32
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
33
33
with :
34
34
fetch-depth : 0
35
35
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
64
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
65
65
with :
66
66
fetch-depth : 0
67
67
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
83
83
needs : [ changelog-version, changelog, release-tag ]
84
84
runs-on : ubuntu-latest
85
85
steps :
86
- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
86
+ - uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
87
87
with :
88
88
ref : ${{ inputs.versionNumber }}
89
89
fetch-depth : 0
Original file line number Diff line number Diff line change 20
20
steps :
21
21
22
22
- name : Check out code into the Go module directory
23
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
23
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
24
24
25
25
- name : Set up Go
26
26
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
71
71
steps :
72
72
73
73
- name : Check out code
74
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3 .0
74
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
75
75
76
76
- name : Setup Go
77
77
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
You can’t perform that action at this time.
0 commit comments