diff --git a/.github/workflows/infra_bundle_scan_report.yml b/.github/workflows/infra_bundle_scan_report.yml index 6cdd43b8..6755d6e1 100644 --- a/.github/workflows/infra_bundle_scan_report.yml +++ b/.github/workflows/infra_bundle_scan_report.yml @@ -358,7 +358,7 @@ jobs: echo "==========================================" - name: Send Slack notification - uses: slackapi/slack-github-action@v1.27.1 + uses: slackapi/slack-github-action@v3.0.3 with: channel-id: ${{ secrets.COREINT_SLACK_CHANNEL }} payload: | @@ -369,7 +369,7 @@ jobs: SLACK_BOT_TOKEN: ${{ secrets.COREINT_SLACK_TOKEN }} - name: Send Slack notification (Trivy & Grype) - uses: slackapi/slack-github-action@v1.26.0 + uses: slackapi/slack-github-action@v3.0.3 with: channel-id: ${{ secrets.OHAI_SLACK_CHANNEL_ID }} payload: |