Skip to content

Commit 2b2d63a

Browse files
ci(deps): bump the github-actions-monthly group across 1 directory with 6 updates
Bumps the github-actions-monthly group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `7.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `6.4.0` | | [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action) | `4.3.5` | `4.4.0` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.0.0` | `2.4.3` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `3.36.0` | `4.37.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | Updates `actions/checkout` from 4.3.1 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.3.1...v7) Updates `actions/setup-node` from 4.4.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.4.0...v6.4.0) Updates `SamKirkland/FTP-Deploy-Action` from 4.3.5 to 4.4.0 - [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases) - [Commits](SamKirkland/FTP-Deploy-Action@v4.3.5...v4.4.0) Updates `ossf/scorecard-action` from 2.0.0 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@13ec8c7...4eaacf0) Updates `github/codeql-action/upload-sarif` from 3.36.0 to 4.37.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@03e4368...99df26d) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-monthly - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-monthly - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-monthly - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-monthly - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-monthly - dependency-name: SamKirkland/FTP-Deploy-Action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-monthly ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 699ddb7 commit 2b2d63a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
timeout-minutes: 5
3232
steps:
33-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
33+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434

3535
- name: Download actionlint
3636
id: get_actionlint

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
node-version: ["20", "22"]
1515
steps:
16-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
16+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
cache: npm

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
timeout-minutes: 12
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7.0.0
2525

26-
- uses: actions/setup-node@v6
26+
- uses: actions/setup-node@v6.4.0
2727
with:
2828
node-version: '22'
2929

@@ -51,7 +51,7 @@ jobs:
5151
test -f "$DEPLOY_DIR/index.html" || (echo "FAIL: $DEPLOY_DIR/index.html missing" && exit 1)
5252
5353
- name: FTP Deploy
54-
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
54+
uses: SamKirkland/FTP-Deploy-Action@v4.4.0
5555
with:
5656
server: ${{ secrets.FTP_SERVER }}
5757
username: ${{ secrets.FTP_USERNAME }}

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
timeout-minutes: 20
3333
steps:
3434
- name: Checkout (full history needed by Scorecard)
35-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
35+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636
with:
3737
persist-credentials: false
3838

3939
- name: Run Scorecard
40-
uses: ossf/scorecard-action@13ec8c77e8a5dae7e0a0d47bde3e3004df15d34f # v2
40+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2
4141
continue-on-error: true # tolerate transient external failures (GitHub code-search 429, Sigstore/Fulcio/TUF signing) — not a repo posture issue
4242
with:
4343
results_file: results.sarif
@@ -47,12 +47,12 @@ jobs:
4747
publish_results: false
4848

4949
- name: Upload SARIF (so Security tab shows findings)
50-
uses: github/codeql-action/upload-sarif@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
50+
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3
5151
with:
5252
sarif_file: results.sarif
5353

5454
- name: Upload artifact (raw JSON downloadable from the run)
55-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
55+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5656
with:
5757
name: SARIF file
5858
path: results.sarif

0 commit comments

Comments
 (0)