File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
name : Publish PR
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
35
35
- name : Set version to ENV
36
36
run : |
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
22
22
- uses : actions/setup-node@v4
23
23
with :
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
22
22
- uses : actions/setup-node@v4
23
23
with :
Original file line number Diff line number Diff line change 28
28
- TypeScript
29
29
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
33
33
- name : Initialize CodeQL
34
34
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 16
16
timeout-minutes : 15
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- uses : actions/setup-node@v4
21
21
with :
22
22
node-version-file : .nvmrc
Original file line number Diff line number Diff line change 46
46
cd gitstream && mkdir repo
47
47
48
48
- name : Checkout base branch
49
- uses : actions/checkout@v4
49
+ uses : actions/checkout@v5
50
50
with :
51
51
repository : ${{ inputs.full_repository }}
52
52
ref : ${{ inputs.base_ref }}
@@ -146,15 +146,15 @@ runs:
146
146
run : cd gitstream && mkdir cm
147
147
148
148
- name : Checkout cm repo
149
- uses : actions/checkout@v4
149
+ uses : actions/checkout@v5
150
150
if : ${{ fromJSON(fromJSON(inputs.client_payload)).hasCmRepo == true && env.SHOULD_CHECKOUT == 'true'}}
151
151
with :
152
152
repository : ' ${{ fromJSON(fromJSON(inputs.client_payload)).owner }}/${{ fromJSON(fromJSON(inputs.client_payload)).cmRepo }}'
153
153
ref : ${{ fromJSON(fromJSON(inputs.client_payload)).cmRepoRef }}
154
154
path : gitstream/cm/
155
155
156
156
- name : Checkout cm org
157
- uses : actions/checkout@v4
157
+ uses : actions/checkout@v5
158
158
if : ${{ fromJSON(fromJSON(inputs.client_payload)).hasCmOrg == true && env.SHOULD_CHECKOUT == 'true'}}
159
159
with :
160
160
repository : ' cm/cm'
You can’t perform that action at this time.
0 commit comments