Skip to content

Commit dcaf340

Browse files
chore(deps): update all dependencies
1 parent d421e3f commit dcaf340

6 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
44+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
4545
with:
4646
disable-sudo: true
4747
egress-policy: block
@@ -51,11 +51,11 @@ jobs:
5151
objects.githubusercontent.com:443
5252
5353
- name: Checkout repository
54-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
58+
uses: github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
5959
with:
6060
languages: ${{ matrix.language }}
6161
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,7 +69,7 @@ jobs:
6969
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7070
# If this step fails, then you should remove it and run the build manually (see below)
7171
- name: Autobuild
72-
uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
72+
uses: github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
7373

7474
# ℹ️ Command-line programs to run using the OS shell.
7575
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -82,6 +82,6 @@ jobs:
8282
# ./location_of_script_within_repo/buildscript.sh
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
85+
uses: github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
8686
with:
8787
category: "/language:${{matrix.language}}"

.github/workflows/lint.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
27+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
2828
with:
2929
disable-sudo: true
3030
egress-policy: block
@@ -34,7 +34,7 @@ jobs:
3434
nodejs.org:443
3535
registry.npmjs.org:443
3636
objects.githubusercontent.com:443
37-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3838
- name: Use Node.js ${{ matrix.node-version }}
3939
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
4040
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
14+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
1515
with:
1616
disable-sudo: true
1717
egress-policy: block
@@ -20,7 +20,7 @@ jobs:
2020
registry.npmjs.org:443
2121
objects.githubusercontent.com:443
2222
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2424
# Setup .npmrc file to publish to npm
2525
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2626
with:

.github/workflows/scorecards.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
25+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
2626
with:
2727
disable-sudo: true
2828
egress-policy: block
@@ -38,12 +38,12 @@ jobs:
3838
*.storage.googleapis.com:443
3939
objects.githubusercontent.com:443
4040
- name: "Checkout code"
41-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
4242
with:
4343
persist-credentials: false
4444

4545
- name: "Run analysis"
46-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
46+
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
4747
with:
4848
results_file: results.sarif
4949
results_format: sarif
@@ -62,14 +62,14 @@ jobs:
6262
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363
# format to the repository Actions tab.
6464
- name: "Upload artifact"
65-
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
65+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
6666
with:
6767
name: SARIF file
6868
path: results.sarif
6969
retention-days: 5
7070

7171
# Upload the results to GitHub's code scanning dashboard.
7272
- name: "Upload to code-scanning"
73-
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
73+
uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
7474
with:
7575
sarif_file: results.sarif

.github/workflows/test.js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
27+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
2828
with:
2929
disable-sudo: true
3030
egress-policy: block
@@ -35,7 +35,7 @@ jobs:
3535
nodejs.org:443
3636
registry.npmjs.org:443
3737
objects.githubusercontent.com:443
38-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3939
- name: Use Node.js ${{ matrix.node-version }}
4040
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
4141
with:
@@ -44,7 +44,7 @@ jobs:
4444
- run: npm ci
4545
- run: npm test -- --coverage
4646
- name: Coveralls Parallel
47-
uses: coverallsapp/github-action@c203f016dd0ff7855ebef0ed852000c20c117148
47+
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
flag-name: node-${{ matrix.node-version }}
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Harden Runner
57-
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
57+
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
5858
with:
5959
disable-sudo: true
6060
egress-policy: block
@@ -63,7 +63,7 @@ jobs:
6363
github.com:443
6464
objects.githubusercontent.com:443
6565
- name: Coveralls Finished
66-
uses: coverallsapp/github-action@c203f016dd0ff7855ebef0ed852000c20c117148
66+
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969
parallel-finished: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"babel-jest": "^29.0.2",
3838
"babel-loader": "^9.0.0",
3939
"css-loader": "^7.0.0",
40-
"eslint": "^8.57.0",
40+
"eslint": "^9.0.0",
4141
"eslint-config-airbnb-base": "^15.0.0",
4242
"eslint-plugin-import": "^2.29.1",
4343
"eslint-plugin-jest": "^28.0.0",

0 commit comments

Comments
 (0)