File tree 8 files changed +87
-350
lines changed
8 files changed +87
-350
lines changed Original file line number Diff line number Diff line change 30
30
# if: failure()
31
31
# uses: jwalton/gh-docker-logs@v2
32
32
- name : Upload Postman Results
33
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
33
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
34
34
with :
35
35
name : rps-api
36
36
path : /home/runner/work/mps/mps/src/test/results
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
- run : docker run -v $PWD:/workdir quay.io/git-chglog/git-chglog:0.15.1 --next-tag $(node --eval="process.stdout.write(require('./package.json').version)") --output CHANGELOG.md
20
20
- name : GitHub Upload Release Artifacts
21
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
21
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
22
22
with :
23
23
name : CHANGELOG.md
24
24
path : |
Original file line number Diff line number Diff line change 85
85
template : report
86
86
token : ${{ secrets.SECURITY_TOKEN }}
87
87
- name : GitHub Upload Release Artifacts
88
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
88
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
89
89
continue-on-error : true
90
90
with :
91
91
name : report
Original file line number Diff line number Diff line change 42
42
if : ${{ matrix.node-version == '18.x' }}
43
43
- run : mv junit.xml rps-unit-${{ matrix.node-version }}.xml
44
44
- name : Upload JEST Results
45
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
45
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
46
46
with :
47
47
name : rps-unit-${{ matrix.node-version }}
48
48
path : rps-unit-${{ matrix.node-version }}.xml
Original file line number Diff line number Diff line change 64
64
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
65
65
# format to the repository Actions tab.
66
66
- name : " Upload artifact"
67
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
67
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
68
68
with :
69
69
name : SARIF file
70
70
path : results.sarif
Original file line number Diff line number Diff line change @@ -12,15 +12,18 @@ jobs:
12
12
uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
13
13
with :
14
14
egress-policy : audit
15
-
15
+ - name : Setup Node.js 20.x
16
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
17
+ with :
18
+ node-version : 20.x
16
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
20
with :
18
21
fetch-depth : 0
19
22
- uses : wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5.4.5
20
23
with :
21
24
configFile : .github/commitlint.config.js
22
25
- name : Install Dependencies
23
- run : npm install @commitlint/config-conventional
26
+ run : npm install @commitlint/config-conventional@18.5
24
27
- uses : JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0
25
28
with :
26
- configuration-path : ./.github/commitlint.config.js
29
+ configuration-path : ./.github/commitlint.config.js
You can’t perform that action at this time.
0 commit comments