Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Post PR summary message to slack
if: github.event.action == 'opened'
id: message
uses: slackapi/slack-github-action@v3.0.2
uses: slackapi/slack-github-action@v3.0.3
with:
method: chat.postMessage
token: ${{ secrets.VAKGROEP_DEPENDABOT_SLACK_BOT_TOKEN }}
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Post a detailed message in a thread
if: github.event.action == 'opened'
uses: slackapi/slack-github-action@v3.0.2
uses: slackapi/slack-github-action@v3.0.3
with:
method: chat.postMessage
token: ${{ secrets.VAKGROEP_DEPENDABOT_SLACK_BOT_TOKEN }}
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Post update message to thread
if: github.event.action == 'synchronize' && steps.slack-message-timestamp-cache.outputs.cache-hit == 'true'
uses: slackapi/slack-github-action@v3.0.2
uses: slackapi/slack-github-action@v3.0.3
with:
method: chat.postMessage
token: ${{ secrets.VAKGROEP_DEPENDABOT_SLACK_BOT_TOKEN }}
Expand Down