File tree Expand file tree Collapse file tree 6 files changed +106
-203
lines changed Expand file tree Collapse file tree 6 files changed +106
-203
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
- - uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
22
+ - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
23
23
with :
24
24
cache : npm
25
25
node-version : lts/*
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
results_format : sarif
26
26
publish_results : true
27
27
- name : Upload artifact
28
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
28
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
29
29
with :
30
30
name : SARIF file
31
31
path : results.sarif
32
32
retention-days : 5
33
33
- name : Upload to code-scanning
34
- uses : github/codeql-action/upload-sarif@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
34
+ uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12
35
35
with :
36
36
sarif_file : results.sarif
Original file line number Diff line number Diff line change 37
37
- run : git config --global user.name github-actions
38
38
-
run :
git config --global user.email [email protected]
39
39
- name : Use Node.js ${{ matrix.node-version }}
40
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
40
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
41
41
with :
42
42
node-version : ${{ matrix.node-version }}
43
43
cache : npm
55
55
- run : git config --global user.name github-actions
56
56
-
run :
git config --global user.email [email protected]
57
57
- name : Use Node.js from .nvmrc
58
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
58
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
59
59
with :
60
60
node-version-file : .nvmrc
61
61
cache : npm
Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ In order to use **semantic-release** you need:
110
110
## Documentation
111
111
112
112
- Usage
113
- - [ Getting started] ( docs/usage/getting-started.md#getting-started )
114
- - [ Installation] ( docs/usage/installation.md#installation )
115
- - [ CI Configuration] ( docs/usage/ci-configuration.md#ci-configuration )
113
+ - [ Getting started] ( docs/usage/getting-started.md )
114
+ - [ Installation] ( docs/usage/installation.md )
115
+ - [ CI Configuration] ( docs/usage/ci-configuration.md )
116
116
- [ Configuration] ( docs/usage/configuration.md#configuration )
117
117
- [ Plugins] ( docs/usage/plugins.md )
118
118
- [ Workflow configuration] ( docs/usage/workflow-configuration.md )
You can’t perform that action at this time.
0 commit comments