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