diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f532a797..52f42224f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -193,7 +193,7 @@ jobs: artifact-name: sbom.spdx.json - name: Notify Slack of new release - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 continue-on-error: true with: webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} diff --git a/.github/workflows/update-cpe-dictionary-index.yml b/.github/workflows/update-cpe-dictionary-index.yml index 513a5b6f0..ba4e63277 100644 --- a/.github/workflows/update-cpe-dictionary-index.yml +++ b/.github/workflows/update-cpe-dictionary-index.yml @@ -65,7 +65,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Notify Slack on failure - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 with: webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/update-spdx-license-list.yaml b/.github/workflows/update-spdx-license-list.yaml index 51380af97..61961e26e 100644 --- a/.github/workflows/update-spdx-license-list.yaml +++ b/.github/workflows/update-spdx-license-list.yaml @@ -45,7 +45,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Notify Slack on failure - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a #v2.1.1 + uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95 #v3.0.1 with: webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }} webhook-type: incoming-webhook