Skip to content

Commit cd50c98

Browse files
build(deps): update other-non-major
1 parent aff2c13 commit cd50c98

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959
- id: nodejs
6060
name: Use Node.js
61-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 # Use v3 or later
61+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 # Use v3 or later
6262
with:
6363
node-version: 22.x
6464
cache: "npm"
@@ -81,7 +81,7 @@ jobs:
8181
- id: coveralls
8282
if: ${{ !github.event.inputs.skip_coveralls }}
8383
name: Coveralls
84-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
84+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
8585
- id: sonarcloud
8686
if: ${{ !github.event.inputs.skip_sonarcloud }}
8787
name: SonarCloud Scan

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
- id: nodejs
5050
name: Use Node.js
51-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
51+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
5252
with:
5353
node-version: 22.x
5454
cache: "npm"

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737
- id: nodejs
3838
name: Use Node.js
39-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
39+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
4040
with:
4141
node-version: 22.x
4242
cache: "npm"
@@ -53,7 +53,7 @@ jobs:
5353
- id: coveralls
5454
if: ${{ !github.event.inputs.skip_coveralls }}
5555
name: Coveralls
56-
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2
56+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
5757
- id: sonarcloud
5858
if: ${{ env.SONAR_TOKEN && !github.event.inputs.skip_sonarcloud }}
5959
name: SonarCloud Scan

0 commit comments

Comments
 (0)