We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ee3586 + 656c95b commit a144b0aCopy full SHA for a144b0a
2 files changed
.github/workflows/cicd-2-main-branch.yaml
@@ -131,7 +131,7 @@ jobs:
131
echo "EOF" >> $GITHUB_OUTPUT
132
133
- name: Notify Slack
134
- uses: slackapi/slack-github-action@v2.1.1
+ uses: slackapi/slack-github-action@v3.0.1
135
with:
136
webhook: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS_URL }}
137
webhook-type: incoming-webhook
.github/workflows/scan-repository.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Notify slack
22
if: ${{ failure() }}
23
24
25
26
0 commit comments