Skip to content

Commit 7357a20

Browse files
Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 (#742)
* Bump slackapi/slack-github-action from 1.25.0 to 1.26.0 Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add permission --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Pepler <andrew.pepler@digital.justice.gov.uk>
1 parent 55c88de commit 7357a20

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
webapp="${{ vars.ECR_URL }}:$SHA"
115115
116116
- name: Send deploy notification to product Slack channel
117-
uses: slackapi/slack-github-action@v1.25.0
117+
uses: slackapi/slack-github-action@v1.26.0
118118
with:
119119
payload: |
120120
{
@@ -201,7 +201,7 @@ jobs:
201201
webapp="${{ vars.ECR_URL }}:$SHA"
202202
203203
- name: Send deploy notification to product Slack channel
204-
uses: slackapi/slack-github-action@v1.25.0
204+
uses: slackapi/slack-github-action@v1.26.0
205205
with:
206206
payload: |
207207
{
@@ -289,7 +289,7 @@ jobs:
289289
webapp="${{ vars.ECR_URL }}:$SHA"
290290
291291
- name: Send deploy notification to product Slack channel
292-
uses: slackapi/slack-github-action@v1.25.0
292+
uses: slackapi/slack-github-action@v1.26.0
293293
with:
294294
payload: |
295295
{
@@ -319,7 +319,7 @@ jobs:
319319
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
320320

321321
- name: Send deploy notification to product Slack channel
322-
uses: slackapi/slack-github-action@v1.25.0
322+
uses: slackapi/slack-github-action@v1.26.0
323323
with:
324324
payload: |
325325
{

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ concurrency:
1212
jobs:
1313
test:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
checks: write
1517

1618
env:
1719
RAILS_ENV: test

0 commit comments

Comments
 (0)