diff --git a/.github/workflows/chore-review-major-dependabot-update.yml b/.github/workflows/chore-review-major-dependabot-update.yml index dfe784d..5dab20e 100644 --- a/.github/workflows/chore-review-major-dependabot-update.yml +++ b/.github/workflows/chore-review-major-dependabot-update.yml @@ -126,7 +126,7 @@ jobs: echo "$GITHUB_WORKSPACE/.venv/bin" >> "$GITHUB_PATH" working-directory: ${{ github.workspace }} - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 if: steps.config.outputs.node_version != '' with: node-version: ${{ steps.config.outputs.node_version }} diff --git a/.github/workflows/investigate-security-alert.yml b/.github/workflows/investigate-security-alert.yml index b5469a6..e8c1b1d 100644 --- a/.github/workflows/investigate-security-alert.yml +++ b/.github/workflows/investigate-security-alert.yml @@ -267,7 +267,7 @@ jobs: GH_TOKEN: ${{ steps.setup.outputs.token }} FORK_REPO: ${{ steps.post-action.outputs.fork_repo }} - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 if: steps.post-action.outputs.action == 'private_fork' && steps.setup.outputs.node_version != '' with: node-version: ${{ steps.setup.outputs.node_version }}