From f14b1ad2b1a08603e4c42cbba65eeb727bd93e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:02:30 +0000 Subject: [PATCH] Bump the gha-deps group with 3 updates Bumps the gha-deps group with 3 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby), [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `ruby/setup-ruby` from 1.257.0 to 1.263.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/44511735964dcb71245e7e55f72539531f7bc0eb...0481980f17b760ef6bca5e8c55809102a0af1e5a) Updates `zizmorcore/zizmor-action` from 0.1.2 to 0.2.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](https://github.com/zizmorcore/zizmor-action/compare/5ca5fc7a4779c5263a3ffa0e1f693009994446d1...e673c3917a1aef3c65c972347ed84ccd013ecda4) Updates `actions/setup-node` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v5.0.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.263.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: zizmorcore/zizmor-action dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yaml | 4 ++-- .github/workflows/ci.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 20126ca..1bb0cb9 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -21,7 +21,7 @@ jobs: persist-credentials: false - name: Install Ruby toolchain - uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0 + uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0 with: ruby-version: ".ruby-version" bundler-cache: true @@ -74,6 +74,6 @@ jobs: persist-credentials: false - name: Run zizmor 🌈 - uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2 + uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0 with: persona: "pedantic" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d094a4f..6674fa3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Install Ruby toolchain - uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0 + uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0 with: ruby-version: ".ruby-version" bundler-cache: true @@ -171,7 +171,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Setup Node.js runtime - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: node-version: "lts/*" @@ -189,7 +189,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Setup Node.js runtime - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v5.0.0 with: node-version: "lts/*"