diff --git a/.github/workflows/feed-approval.yml b/.github/workflows/feed-approval.yml index 285f4cfb9..ac17e17d0 100644 --- a/.github/workflows/feed-approval.yml +++ b/.github/workflows/feed-approval.yml @@ -28,7 +28,7 @@ jobs: if: | github.event.review.state == 'approved' && (steps.community_check.outputs.maintainer == 'true' || steps.community_check.outputs.partner == 'true') - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 env: REVIEW_AUTHOR_URL: ${{ github.event.review.user.html_url }} REVIEW_AUTHOR_LOGIN: ${{ github.event.review.user.login }} diff --git a/.github/workflows/feed-comments.yml b/.github/workflows/feed-comments.yml index 092069f84..ed8f9feb9 100644 --- a/.github/workflows/feed-comments.yml +++ b/.github/workflows/feed-comments.yml @@ -27,7 +27,7 @@ jobs: if: | steps.community_check.outputs.maintainer == 'true' && github.actor != 'dependabot[bot]' - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 env: COMMENT_AUTHOR_URL: ${{ github.event.comment.user.html_url }} COMMENT_AUTHOR_LOGIN: ${{ github.event.comment.user.login }} diff --git a/.github/workflows/label-notifications.yml b/.github/workflows/label-notifications.yml index ace636b79..75f23fc51 100644 --- a/.github/workflows/label-notifications.yml +++ b/.github/workflows/label-notifications.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Send Slack Notification - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 env: ISSUE_TITLE: ${{ toJSON(github.event.issue.title || github.event.pull_request.title) }} with: diff --git a/.github/workflows/pull_request_feed.yml b/.github/workflows/pull_request_feed.yml index 906fa5c65..478b8ec71 100644 --- a/.github/workflows/pull_request_feed.yml +++ b/.github/workflows/pull_request_feed.yml @@ -31,7 +31,7 @@ jobs: - name: Pull Request Merged if: github.event.pull_request.merged - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 env: MERGED_BY_URL: ${{ github.event.pull_request.merged_by.html_url }} MERGED_BY_LOGIN: ${{ github.event.pull_request.merged_by.login }} @@ -56,7 +56,7 @@ jobs: github.event.action == 'opened' && steps.community_check.outputs.maintainer == 'true' && github.actor != 'dependabot[bot]' - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 env: PR_AUTHOR_URL: ${{ github.event.pull_request.user.html_url }} PR_AUTHOR_LOGIN: ${{ github.event.pull_request.user.login }} @@ -80,7 +80,7 @@ jobs: if: | github.event.action == 'opened' && steps.community_check.outputs.partner == 'true' - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 env: PR_AUTHOR_URL: ${{ github.event.pull_request.user.html_url }} PR_AUTHOR_LOGIN: ${{ github.event.pull_request.user.login }} diff --git a/.github/workflows/regressions.yml b/.github/workflows/regressions.yml index 3d2697f8e..a0603e071 100644 --- a/.github/workflows/regressions.yml +++ b/.github/workflows/regressions.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Send Slack Notification - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 env: ISSUE_TITLE: ${{ toJSON(github.event.issue.title || github.event.pull_request.title) }} with: diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 22ca273d6..60d8c728f 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Notify Slack id: slack - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52 # v2.1.0 with: webhook: ${{ secrets.FEED_SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook