diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e94eda394aa..c721c3c7bb9 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -296,7 +296,7 @@ jobs: # Notify result to Slack only on schedule (nightly run) - if: github.event_name == 'schedule' - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 with: method: chat.postMessage token: ${{ secrets.SLACK_BOT_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b4c1f4c25..8aa819a682d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -197,7 +197,7 @@ jobs: - uses: actions/checkout@v4 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@9934ab3fdf63239da75d9e0fbd339c48620c72c4 # v45.0.7 + uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5 with: files: .go-version diff --git a/.github/workflows/prepare-release/action.yml b/.github/workflows/prepare-release/action.yml index b895d22599d..865d95f36eb 100644 --- a/.github/workflows/prepare-release/action.yml +++ b/.github/workflows/prepare-release/action.yml @@ -32,7 +32,7 @@ runs: steps: - name: Send slack message when started id: slack-thread - uses: elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1 + uses: elastic/oblt-actions/slack/send@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1 with: bot-token: ${{ inputs.slack-bot-token }} channel-id: ${{ env.SLACK_CHANNEL }} @@ -109,7 +109,7 @@ runs: TAG: 'refs/tags/v${{ steps.generate.outputs.release-version }}' - if: failure() - uses: elastic/oblt-actions/slack/send@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1 + uses: elastic/oblt-actions/slack/send@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1 with: bot-token: ${{ inputs.slack-bot-token }} channel-id: ${{ env.SLACK_CHANNEL }} diff --git a/.github/workflows/smoke-test-ess-action/action.yml b/.github/workflows/smoke-test-ess-action/action.yml index 0aab8c2781d..96ce9195abb 100644 --- a/.github/workflows/smoke-test-ess-action/action.yml +++ b/.github/workflows/smoke-test-ess-action/action.yml @@ -24,9 +24,9 @@ runs: - name: Setup cluster env uses: ./.github/workflows/setup-cluster-env - - uses: elastic/oblt-actions/aws/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1 + - uses: elastic/oblt-actions/aws/auth@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1 - - uses: elastic/oblt-actions/google/auth@31e93d1dfb82adc106fc7820f505db1afefe43b1 # v1 + - uses: elastic/oblt-actions/google/auth@8e520e6084fd20336dba88cd5b386775aa8d3ad3 # v1 - uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3 with: