From 1c4e1075df7d55461b4496ce0099037972d4e552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 19:29:56 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 5 updates Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `8` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 ++--- .github/workflows/codeql.yml | 14 +++++----- .github/workflows/dco.yml | 2 +- .github/workflows/deps-scan.yml | 8 +++--- .github/workflows/release-npm.yml | 26 +++++++++---------- .github/workflows/release-signing-dry-run.yml | 4 +-- 6 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55c3374..744ef9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: name: "IntentProof CI: Build and Test" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout spec repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: IntentProof/intentproof-spec ref: main @@ -28,7 +28,7 @@ jobs: git -C intentproof-spec fetch origin phase3-ecosystem-conformance git -C intentproof-spec checkout FETCH_HEAD - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d1f1c3c..e7f6a15 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: name: "IntentProof Security: CodeQL Allowlist" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Validate allowlist expiry dates run: bash ./scripts/check-codeql-allowlist.sh @@ -27,7 +27,7 @@ jobs: name: "IntentProof Security: Secret Scan" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -50,10 +50,10 @@ jobs: matrix: language: [javascript-typescript] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Checkout intentproof-tools for custom query pack - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: IntentProof/intentproof-tools ref: b4c7cb147404238c59388c9fc7de963d69bc2bb3 @@ -62,7 +62,7 @@ jobs: codeql/intentproof-extra-javascript sparse-checkout-cone-mode: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: "22" cache: npm @@ -71,12 +71,12 @@ jobs: run: npm ci - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} queries: security-and-quality,./intentproof-tools/codeql/intentproof-extra-javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 228a9e9..95a8709 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -8,7 +8,7 @@ jobs: name: "IntentProof CI: DCO" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/deps-scan.yml b/.github/workflows/deps-scan.yml index 00757ee..f70c995 100644 --- a/.github/workflows/deps-scan.yml +++ b/.github/workflows/deps-scan.yml @@ -16,7 +16,7 @@ jobs: name: "IntentProof Security: Deps Allowlist" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Validate dependency allowlist expiry dates run: bash ./scripts/check-deps-allowlist.sh @@ -26,9 +26,9 @@ jobs: needs: allowlist-expiry runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: "20" cache: npm @@ -44,7 +44,7 @@ jobs: needs: allowlist-expiry runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run OSV-Scanner gate run: bash ./scripts/run-osv-scanner-gate.sh diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 98eaa71..1e7d674 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -36,18 +36,18 @@ jobs: name: "IntentProof Release: Test npm Package" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }} - name: Checkout spec repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: IntentProof/intentproof-spec ref: main path: intentproof-spec - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' @@ -70,11 +70,11 @@ jobs: release_version: ${{ steps.release.outputs.release_version }} npm_dist_tag: ${{ steps.release.outputs.npm_dist_tag }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_ref || github.ref }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' @@ -137,7 +137,7 @@ jobs: echo "EOF" } >> "$GITHUB_OUTPUT" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: npm-release-package path: ./*.tgz @@ -150,11 +150,11 @@ jobs: contents: read id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ needs.pack.outputs.release_ref }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: npm-release-package path: . @@ -259,7 +259,7 @@ jobs: --output-signature release-attestations/SHA256SUMS.sig \ release-attestations/SHA256SUMS - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: release-signing-metadata path: | @@ -278,12 +278,12 @@ jobs: contents: read id-token: write steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '24' registry-url: 'https://registry.npmjs.org' - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: npm-release-package path: . @@ -312,12 +312,12 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: npm-release-package path: release-package - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: release-signing-metadata path: release-signing-metadata diff --git a/.github/workflows/release-signing-dry-run.yml b/.github/workflows/release-signing-dry-run.yml index f56f1e4..7da02dc 100644 --- a/.github/workflows/release-signing-dry-run.yml +++ b/.github/workflows/release-signing-dry-run.yml @@ -21,11 +21,11 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: ref: ${{ inputs.release_ref }} - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version: '20' cache: 'npm'