Skip to content

Commit eea9a61

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `codecov/codecov-action` from 4.6.0 to 5.0.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@b9fd7d1...5c47607) Updates `slackapi/slack-github-action` from 1.27.0 to 2.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@37ebaef...485a9d4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af003c4 commit eea9a61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207

208208
- name: Upload test coverage report to Codecov
209209
if: ${{ inputs.coverage-report }}
210-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
210+
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
211211
with:
212212
token: ${{ secrets.CODECOV_TOKEN }}
213213
file: wp-code-coverage${{ inputs.multisite && '-multisite' || '-single' }}-${{ github.sha }}.xml

.github/workflows/slack-notifications.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
steps:
170170
- name: Post failure notifications to Slack
171-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
171+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
172172
with:
173173
payload: ${{ needs.prepare.outputs.payload }}
174174
env:
@@ -185,7 +185,7 @@ jobs:
185185

186186
steps:
187187
- name: Post failure notifications to Slack
188-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
188+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
189189
with:
190190
payload: ${{ needs.prepare.outputs.payload }}
191191
env:
@@ -202,7 +202,7 @@ jobs:
202202

203203
steps:
204204
- name: Post success notifications to Slack
205-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
205+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
206206
with:
207207
payload: ${{ needs.prepare.outputs.payload }}
208208
env:
@@ -219,7 +219,7 @@ jobs:
219219

220220
steps:
221221
- name: Post cancelled notifications to Slack
222-
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
222+
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
223223
with:
224224
payload: ${{ needs.prepare.outputs.payload }}
225225
env:

0 commit comments

Comments
 (0)