From 9c9d92413ef30fa7f64e638dcc1d91e384f9d8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:45:05 +0000 Subject: [PATCH 1/2] 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](https://github.com/slackapi/slack-github-action/compare/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] --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85fe9b36..1898bc22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -114,7 +114,7 @@ jobs: webapp="${{ vars.ECR_URL }}:$SHA" - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { @@ -201,7 +201,7 @@ jobs: webapp="${{ vars.ECR_URL }}:$SHA" - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { @@ -289,7 +289,7 @@ jobs: webapp="${{ vars.ECR_URL }}:$SHA" - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { @@ -319,7 +319,7 @@ jobs: SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - name: Send deploy notification to product Slack channel - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: payload: | { From 90436a2a51705902cc0943650b32d7a6f28bdd25 Mon Sep 17 00:00:00 2001 From: Andrew Pepler Date: Tue, 11 Jun 2024 15:01:33 +0100 Subject: [PATCH 2/2] Add permission --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86a800bf..9c15208b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,6 +12,8 @@ concurrency: jobs: test: runs-on: ubuntu-latest + permissions: + checks: write env: RAILS_ENV: test