Skip to content

Commit 20d2c35

Browse files
chore(deps): update github actions (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4921229 commit 20d2c35

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/workflows/auto-deprecate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout Project
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
- name: Use Node.js v20
15-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
15+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1616
with:
1717
node-version: 20
1818
cache: yarn

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
22+
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
2323

2424
- name: Auto Build
25-
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
25+
uses: github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
28+
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Add TypeScript Problem Matcher
2828
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
2929
- name: Use Node.js v20
30-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
30+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3131
with:
3232
node-version: 20
3333
cache: yarn

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add ESLint Problem Matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v20
19-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
19+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2020
with:
2121
node-version: 20
2222
cache: yarn
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Project
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
- name: Use Node.js v20
36-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
36+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3737
with:
3838
node-version: 20
3939
cache: yarn
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests
4444
run: yarn test:coverage
4545
- name: Store Code Coverage Report
46-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
46+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4747
with:
4848
name: coverage
4949
path: coverage/
@@ -57,7 +57,7 @@ jobs:
5757
- name: Add TypeScript Problem Matcher
5858
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
5959
- name: Use Node.js v20
60-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
60+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6161
with:
6262
node-version: 20
6363
cache: yarn
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
fetch-depth: 2
8080
- name: Download Coverage report
81-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
81+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
8282
with:
8383
name: coverage
8484
path: coverage/

.github/workflows/deprecate-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout Project
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- name: Use Node.js v20
16-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
16+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1717
with:
1818
node-version: 20
1919
cache: yarn

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Project
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
- name: Use Node.js v20
29-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
29+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3030
with:
3131
node-version: 20
3232
cache: yarn
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build Documentation
3737
run: yarn docs
3838
- name: Upload Documentation Artifacts
39-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
39+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4040
with:
4141
name: docs
4242
path: docs/api.json
@@ -59,15 +59,15 @@ jobs:
5959
- name: Checkout Project
6060
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6161
- name: Use Node.js v20
62-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
62+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
6363
with:
6464
node-version: 20
6565
cache: yarn
6666
registry-url: https://registry.npmjs.org/
6767
- name: Install Dependencies
6868
run: yarn --immutable
6969
- name: Download Documentation Artifacts
70-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
70+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
7171
with:
7272
name: docs
7373
path: docs

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: main
1919
token: ${{ secrets.NOVA_TOKEN}}
2020
- name: Use Node.js v20
21-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
21+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2222
with:
2323
node-version: 20
2424
cache: yarn

0 commit comments

Comments
 (0)