From 25fc0d3d461cdbaa7f8a1e3edeca2f42fc2e9457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:47:48 +0000 Subject: [PATCH] chore: Bump the all-actions group with 3 updates Bumps the all-actions group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [github/gh-aw-actions/setup-cli](https://github.com/github/gh-aw-actions) and [github/gh-aw-actions/setup](https://github.com/github/gh-aw-actions). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `github/gh-aw-actions/setup-cli` from 0.82.4 to 0.82.9 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/gh-aw-actions/compare/cba13b4e136caf371ffda4b9432f43841d6e5ec1...ca8678ca22a7aab577514482576720da641e5661) Updates `github/gh-aw-actions/setup` from 0.82.4 to 0.82.9 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/gh-aw-actions/compare/cba13b4e136caf371ffda4b9432f43841d6e5ec1...ca8678ca22a7aab577514482576720da641e5661) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: github/gh-aw-actions/setup-cli dependency-version: 0.82.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: github/gh-aw-actions/setup dependency-version: 0.82.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 10 +++++----- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/easybuild-shipit.yml | 2 +- .github/workflows/repo-assist.lock.yml | 20 ++++++++++---------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b646c7e3..79c4ad43f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: global-json-file: global.json - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 - name: Fable Tests - JavaScript (linux) if: matrix.platform == 'ubuntu-latest' @@ -97,7 +97,7 @@ jobs: global-json-file: global.json - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 - name: Fable Tests - TypeScript run: ./build.sh test typescript @@ -119,7 +119,7 @@ jobs: global-json-file: global.json - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 - name: Fable Tests run: ./build.sh test integration @@ -138,7 +138,7 @@ jobs: global-json-file: global.json - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 - name: Fable Tests run: ./build.sh test standalone @@ -208,7 +208,7 @@ jobs: global-json-file: global.json - name: Setup Node.js environment - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 - name: Setup Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 9115584f1..4514d43b4 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,6 +21,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v7 - name: Install gh-aw extension - uses: github/gh-aw-actions/setup-cli@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup-cli@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: version: v0.71.5 diff --git a/.github/workflows/easybuild-shipit.yml b/.github/workflows/easybuild-shipit.yml index 87abbcafd..78d7a39ae 100644 --- a/.github/workflows/easybuild-shipit.yml +++ b/.github/workflows/easybuild-shipit.yml @@ -54,7 +54,7 @@ jobs: global-json-file: global.json - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/repo-assist.lock.yml b/.github/workflows/repo-assist.lock.yml index 490142223..c1627e003 100644 --- a/.github/workflows/repo-assist.lock.yml +++ b/.github/workflows/repo-assist.lock.yml @@ -49,9 +49,9 @@ # - actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 # - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 # - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 -# - actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 +# - actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 # - actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 -# - github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 +# - github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 # # Container images used: # - ghcr.io/github/gh-aw-firewall/agent:0.25.40@sha256:14ff567e8d9d4c2fbc5e55c973488381c71d7e0fdbe72d30ee7b8a738fd86504 @@ -132,7 +132,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -457,7 +457,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1360,7 +1360,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1560,7 +1560,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1648,7 +1648,7 @@ jobs: mkdir -p /tmp/gh-aw/threat-detection touch /tmp/gh-aw/threat-detection/detection.log - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' package-manager-cache: false @@ -1743,7 +1743,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1796,7 +1796,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }} @@ -1897,7 +1897,7 @@ jobs: steps: - name: Setup Scripts id: setup - uses: github/gh-aw-actions/setup@cba13b4e136caf371ffda4b9432f43841d6e5ec1 # v0.82.4 + uses: github/gh-aw-actions/setup@ca8678ca22a7aab577514482576720da641e5661 # v0.82.9 with: destination: ${{ runner.temp }}/gh-aw/actions job-name: ${{ github.job }}