diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28185057255..4fa4703aedd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: [ -z "$existing" ] || { echo "::error::Tag $TAG already exists on remote. Aborting."; exit 1; } - name: Use Node.js 20.19.0 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 20.19.0 package-manager-cache: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b34fa66bc7..ba08937d758 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -134,7 +134,7 @@ jobs: echo "result=true" >> $env:GITHUB_OUTPUT - name: Use Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 - name: Install dependencies if: steps.should-run-tests.outputs.result == 'true' @@ -166,7 +166,7 @@ jobs: steps: - uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 # v3.0.3 - name: Send Slack notification - uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3 + uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5 if: env.WORKFLOW_CONCLUSION == 'failure' && github.event_name == 'schedule' with: webhook: ${{ secrets.SLACK_WEBHOOK }}