-
Notifications
You must be signed in to change notification settings - Fork 45
Bump actions/setup-node from 5 to 6 in /.github/workflows #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ | |
| - uses: actions/checkout@main | ||
|
|
||
| - name: Setup NodeJS ${{ matrix.node }} | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: ${{ matrix.node }} | ||
|
|
||
|
|
@@ -76,7 +76,7 @@ | |
| down-flags: '--volumes' | ||
|
|
||
| - name: Setup NodeJS | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: 24 | ||
|
|
||
|
|
@@ -109,7 +109,7 @@ | |
| down-flags: '--volumes' | ||
|
|
||
| - name: Setup NodeJS ${{ matrix.node }} | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: ${{ matrix.node }} | ||
|
|
||
|
|
@@ -150,7 +150,7 @@ | |
| down-flags: '--volumes' | ||
|
|
||
| - name: Setup NodeJS ${{ matrix.node }} | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: ${{ matrix.node }} | ||
|
|
||
|
|
@@ -181,7 +181,7 @@ | |
| down-flags: '--volumes' | ||
|
|
||
| - name: Setup NodeJS | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: 24 | ||
|
|
||
|
|
@@ -205,7 +205,7 @@ | |
| - uses: actions/checkout@main | ||
|
|
||
| - name: Setup NodeJS ${{ matrix.node }} | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: ${{ matrix.node }} | ||
|
|
||
|
|
@@ -228,7 +228,7 @@ | |
| - uses: actions/checkout@main | ||
|
|
||
| - name: Setup NodeJS | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: 24 | ||
|
|
||
|
|
@@ -278,7 +278,7 @@ | |
| down-flags: '--volumes' | ||
|
|
||
| - name: Setup NodeJS 22 | ||
| uses: actions/setup-node@v5 | ||
| uses: actions/setup-node@v6 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium test
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| node-version: 24 | ||
|
|
||
|
|
||
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium