Skip to content

Commit ce580be

Browse files
authored
Merge branch 'master' into beta
2 parents ad8f5b2 + d4b7c9a commit ce580be

File tree

6 files changed

+106
-203
lines changed

6 files changed

+106
-203
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- 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
2323
with:
2424
cache: npm
2525
node-version: lts/*

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
results_format: sarif
2626
publish_results: true
2727
- name: Upload artifact
28-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
28+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
2929
with:
3030
name: SARIF file
3131
path: results.sarif
3232
retention-days: 5
3333
- 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
3535
with:
3636
sarif_file: results.sarif

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: git config --global user.name github-actions
3838
- run: git config --global user.email [email protected]
3939
- 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
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: npm
@@ -55,7 +55,7 @@ jobs:
5555
- run: git config --global user.name github-actions
5656
- run: git config --global user.email [email protected]
5757
- name: Use Node.js from .nvmrc
58-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
58+
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
5959
with:
6060
node-version-file: .nvmrc
6161
cache: npm

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ In order to use **semantic-release** you need:
110110
## Documentation
111111

112112
- 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)
116116
- [Configuration](docs/usage/configuration.md#configuration)
117117
- [Plugins](docs/usage/plugins.md)
118118
- [Workflow configuration](docs/usage/workflow-configuration.md)

0 commit comments

Comments
 (0)