Skip to content

Commit 9ed3e3d

Browse files
build(deps): bump slackapi/slack-github-action from 1.26.0 to 1.27.0 (#5380)
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@70cd7be...37ebaef) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrzej Stencel <andrzej.stencel@elastic.co>
1 parent 445fa44 commit 9ed3e3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bump-agent-versions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: ./.github/workflows/bump-agent-versions.sh
4545

4646
- if: ${{ failure() }}
47-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
47+
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
4848
with:
4949
channel-id: '#ingest-notifications'
5050
payload: |
@@ -66,7 +66,7 @@ jobs:
6666

6767
# if a PR was created as a result of this job, we notify on the Slack channel
6868
- if: ${{ startsWith(steps.update.outputs.pr, 'https') }}
69-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
69+
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
7070
with:
7171
channel-id: '#ingest-notifications'
7272
payload: |

.github/workflows/bump-golang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GIT_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
3333

3434
- if: ${{ failure() }}
35-
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
35+
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
3636
with:
3737
channel-id: '#ingest-notifications'
3838
payload: |

0 commit comments

Comments
 (0)