From 05292785e979076f96bc6194944bda012e08e8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:38:23 +0000 Subject: [PATCH] Bump the all-actions group with 4 updates Bumps the all-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-node](https://github.com/actions/setup-node) and [imjohnbo/issue-bot](https://github.com/imjohnbo/issue-bot). Updates `actions/checkout` from 3 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...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/setup-node` from 3 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v6) Updates `imjohnbo/issue-bot` from 3bee265982b87e730cf6c8dab7f86b68c92f8ef1 to 3566ae270daa53ec66142d08f571fd7c059cc324 - [Release notes](https://github.com/imjohnbo/issue-bot/releases) - [Commits](https://github.com/imjohnbo/issue-bot/compare/3bee265982b87e730cf6c8dab7f86b68c92f8ef1...3566ae270daa53ec66142d08f571fd7c059cc324) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: imjohnbo/issue-bot dependency-version: 3566ae270daa53ec66142d08f571fd7c059cc324 dependency-type: direct:production dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/npm-publish.yml | 4 ++-- .github/workflows/test-build.yml | 4 ++-- .github/workflows/update_deps.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fdf0ba6b..e26c09c6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,16 +26,16 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - 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/npm-publish.yml b/.github/workflows/npm-publish.yml index cf94b259..29603f3f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,8 +11,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: "22.x" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 4b26b9bb..ed4b3e8c 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -9,8 +9,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: 22 - run: yarn install diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index 5f554fc3..1cfc4d43 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -12,7 +12,7 @@ jobs: issues: write steps: - name: Update dependencies - uses: imjohnbo/issue-bot@3bee265982b87e730cf6c8dab7f86b68c92f8ef1 + uses: imjohnbo/issue-bot@3566ae270daa53ec66142d08f571fd7c059cc324 with: title: "Update dependencies" body: |