File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
26
26
steps :
27
27
- name : Checkout
28
28
id : checkout
29
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30
30
31
31
- name : Setup Node.js
32
32
id : setup-node
33
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
33
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
34
34
with :
35
35
node-version : 20
36
36
cache : npm
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
19
- name : Setup Node.js
20
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
20
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
21
21
with :
22
22
node-version : 20
23
23
cache : npm
36
36
needs : test-typescript
37
37
steps :
38
38
- name : Checkout
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
- name : Test Local Action (Single File Valid)
41
41
id : single-file-valid
42
42
uses : ./
85
85
contents : write
86
86
steps :
87
87
- name : Checkout
88
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
88
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
89
89
- name : Setup Node.js
90
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
90
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
91
91
with :
92
92
node-version : 20
93
93
- run : npx semantic-release
Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ jobs:
30
30
steps :
31
31
- name : Checkout
32
32
id : checkout
33
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
34
35
35
- name : Initialize CodeQL
36
36
id : initialize
37
- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
37
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
38
38
with :
39
39
languages : ${{ matrix.language }}
40
40
source-root : src
41
41
42
42
- name : Autobuild
43
43
id : autobuild
44
- uses : github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
44
+ uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
45
45
46
46
- name : Perform CodeQL Analysis
47
47
id : analyze
48
- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
48
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
steps :
22
22
- name : Checkout
23
23
id : checkout
24
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25
25
with :
26
26
fetch-depth : 0
27
27
28
28
- name : Setup Node.js
29
29
id : setup-node
30
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
30
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
31
31
with :
32
32
node-version : 20
33
33
cache : npm
You can’t perform that action at this time.
0 commit comments