diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 6774e91d3c..4eed4bb1c7 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -59,7 +59,7 @@ jobs: id: check - name: Send Slack announcement of pipeline failure if: steps.check.outputs.status == 'failure' && github.event_name == 'schedule' - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 with: payload: | url: "https://github.com/neo4j/graphql/actions/runs/${{ github.run_id }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb6295adb4..11379d7573 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: steps: - name: Send Slack announcement of release if: matrix.package.name == '@neo4j/graphql' - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 # v3.0.1 with: payload: | version: ${{ matrix.package.version }}