diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 53b2e6ee96c..633b98c712b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -1278,7 +1278,7 @@ jobs: run: python generate_report.py - name: Send report - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v1 with: payload: ${{ steps.report.outputs.payload }} env: diff --git a/.github/workflows/discussion_ping.yml b/.github/workflows/discussion_ping.yml index 81c40adff10..26e664df9d4 100644 --- a/.github/workflows/discussion_ping.yml +++ b/.github/workflows/discussion_ping.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Send notification for new discussion id: slack - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v1 with: payload: | { diff --git a/.github/workflows/pr_limit_reminders.yml b/.github/workflows/pr_limit_reminders.yml index 0d4602f0b6e..4f6bb34c157 100644 --- a/.github/workflows/pr_limit_reminders.yml +++ b/.github/workflows/pr_limit_reminders.yml @@ -41,7 +41,7 @@ jobs: echo "required_review_count=$(( pr_count * 1 ))" >> "$GITHUB_ENV" - name: Send notification id: slack - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v1 with: # Note: We cannot use the YAML folded chomping block syntax here (`>`) because # GitHub Actions does not support it (they only support a subset of YAML): diff --git a/.github/workflows/pr_ping.yml b/.github/workflows/pr_ping.yml index ea0fa0e9e54..963cc67ea4e 100644 --- a/.github/workflows/pr_ping.yml +++ b/.github/workflows/pr_ping.yml @@ -51,6 +51,6 @@ jobs: writeFileSync('/tmp/pr_ping_payload.json', JSON.stringify(payload)) - name: Send Slack notification - uses: slackapi/slack-github-action@v1.27.0 + uses: slackapi/slack-github-action@v1 with: payload-file-path: /tmp/pr_ping_payload.json diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8c8453e3a42..2a186e6722c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -62,7 +62,7 @@ jobs: sudo chown -R runneradmin:root /tmp/renovate/ ls -R "$cache_dir" - - uses: renovatebot/github-action@v40.2.7 + - uses: renovatebot/github-action@v40 with: # Renovate recommends _not_ to use any of # [these names](https://docs.renovatebot.com/configuration-options/).