From c943f578f1bb26e6b42ece5a75398dec1ed7a94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:26:38 -0700 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 4 updates (#3291) Bumps the github-actions group with 4 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [actions/stale](https://github.com/actions/stale). Updates `actions/setup-node` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6.4.0...v7) Updates `github/codeql-action/init` from 4.37.1 to 4.37.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/7188fc363630916deb702c7fdcf4e481b751f97a...f205ea1c3313d32999d8d6a48b4f6530d4437b38) Updates `github/codeql-action/analyze` from 4.37.1 to 4.37.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/7188fc363630916deb702c7fdcf4e481b751f97a...f205ea1c3313d32999d8d6a48b4f6530d4437b38) Updates `actions/stale` from 10 to 11 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v10...v11) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/stale dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/clawhub-cli-github-release.yml | 2 +- .github/workflows/codeql-light.yml | 4 ++-- .github/workflows/stale.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 448e599e..f15c1acc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: path: .artifacts/openclaw-contract - name: Set up OpenClaw Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24.15.0 diff --git a/.github/workflows/clawhub-cli-github-release.yml b/.github/workflows/clawhub-cli-github-release.yml index 0180f74a..ef7a172a 100644 --- a/.github/workflows/clawhub-cli-github-release.yml +++ b/.github/workflows/clawhub-cli-github-release.yml @@ -56,7 +56,7 @@ jobs: path: release - name: Setup Node - uses: actions/setup-node@v7 + uses: actions/setup-node@v7.0.0 with: node-version: ${{ env.NODE_VERSION }} registry-url: https://registry.npmjs.org diff --git a/.github/workflows/codeql-light.yml b/.github/workflows/codeql-light.yml index 8cff47bf..7f9fa9f2 100644 --- a/.github/workflows/codeql-light.yml +++ b/.github/workflows/codeql-light.yml @@ -88,13 +88,13 @@ jobs: - name: Initialize CodeQL if: ${{ github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == matrix.category }} - uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4 + uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 with: languages: ${{ matrix.language }} config-file: ${{ matrix.config_file }} - name: Analyze if: ${{ github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == matrix.category }} - uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 with: category: "/codeql-light/${{ matrix.category }}" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ce19bb06..41246c97 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark stale unassigned issues and pull requests - uses: actions/stale@v10 + uses: actions/stale@v11 with: repo-token: ${{ github.token }} days-before-issue-stale: 14 @@ -48,7 +48,7 @@ jobs: If this PR should be revived, reopen it with current context and a fresh validation plan. - name: Mark stale assigned issues - uses: actions/stale@v10 + uses: actions/stale@v11 with: repo-token: ${{ github.token }} days-before-issue-stale: 30 @@ -70,7 +70,7 @@ jobs: close-issue-reason: not_planned - name: Mark stale assigned pull requests - uses: actions/stale@v10 + uses: actions/stale@v11 with: repo-token: ${{ github.token }} days-before-issue-stale: -1