File tree 11 files changed +584
-367
lines changed
11 files changed +584
-367
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
10
10
runs :
11
11
using : ' composite'
12
12
steps :
13
- - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
13
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
14
14
with :
15
15
name : ${{ inputs.name }}
16
16
path : ${{ inputs.path }}
Original file line number Diff line number Diff line change 7
7
# jobs that need a different version of the Node runtime should explicitly
8
8
# set their node version after running this step
9
9
- name : Use Node Version from Volta
10
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
10
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
11
11
with :
12
12
node-version-file : ' ./package.json'
13
13
cache : ' npm'
Original file line number Diff line number Diff line change 18
18
shell : bash
19
19
20
20
- name : Checkout Code
21
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22
22
23
23
- name : Get Core Dependencies
24
24
uses : ./.github/workflows/actions/get-core-dependencies
Original file line number Diff line number Diff line change 14
14
run : zip -q -r ${{ inputs.output }} ${{ inputs.paths }}
15
15
shell : bash
16
16
17
- - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
17
+ - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
18
18
with :
19
19
name : ${{ inputs.name }}
20
20
path : ${{ inputs.output }}
Original file line number Diff line number Diff line change 11
11
runs-on : ' ubuntu-latest'
12
12
steps :
13
13
- name : Checkout Code
14
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
# the pull_request_target event will consider the HEAD of `main` to be the SHA to use.
17
17
# attempt to use the SHA associated with a pull request and fallback to HEAD of `main`
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
30
30
steps :
31
31
- name : Checkout Code
32
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
33
with :
34
34
persist-credentials : false
35
35
- name : Use Node from Volta
36
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
36
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
37
37
with :
38
38
node-version-file : ' package.json'
39
39
cache : ' npm'
Original file line number Diff line number Diff line change 17
17
dev-version : ${{ steps.generate-dev-version.outputs.DEV_VERSION }}
18
18
steps :
19
19
- name : Checkout Code
20
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
20
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
21
22
22
- name : Generate Dev Version
23
23
id : generate-dev-version
44
44
id-token : write
45
45
steps :
46
46
- name : Checkout Code
47
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
48
- uses : ./.github/workflows/actions/publish-npm
49
49
with :
50
50
tag : dev
You can’t perform that action at this time.
0 commit comments