Skip to content

Commit 671e004

Browse files
chore(deps): bump the actions group with 2 updates (#8269)
Bumps the actions group with 2 updates: [8398a7/action-slack](https://github.com/8398a7/action-slack) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `8398a7/action-slack` from 3.18.0 to 3.19.0 - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](8398a7/action-slack@1750b50...77eaa4f) Updates `sigstore/cosign-installer` from 3.9.2 to 3.10.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@d58896d...d7543c9) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: sigstore/cosign-installer dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e24a4f5 commit 671e004

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/notifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
}
5050
5151
- name: Send Notification
52-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
52+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
5353
with:
5454
status: custom
5555
custom_payload: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
if: ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
453453

454454
- name: Install Cosign
455-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
455+
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
456456
if: ${{ needs.variables.outputs.binary_cache_sign_hit != 'true' }}
457457

458458
- name: Create Tarballs
@@ -636,7 +636,7 @@ jobs:
636636
echo "sha_long=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
637637
638638
- name: Send Notification
639-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
639+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
640640
with:
641641
status: custom
642642
custom_payload: |

.github/workflows/updates-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "sha_long=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
4646
4747
- name: Send Notification
48-
uses: 8398a7/action-slack@1750b5085f3ec60384090fb7c52965ef822e869e # v3.18.0
48+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
4949
with:
5050
status: custom
5151
custom_payload: |

0 commit comments

Comments
 (0)