From a9578ab76a35b0bef7c836e739897a933311dfdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:50:47 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord). Updates `actions/attest-build-provenance` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/210c1913531870065f03ce1f9440dd87bc0938cd...6149ea5740be74af77f260b9db67e633f6b0a9a1) Updates `sarisia/actions-status-discord` from 1.14.5 to 1.14.7 - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/448a59224349c2bf9611e68b88787f2b0011965f...ce8cc68e4e626000136b3c702d049a154243e490) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: sarisia/actions-status-discord dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 8 ++++---- .github/workflows/test.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b361dddd..2e0d26f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,12 +34,12 @@ jobs: npm run build - name: generate artifact attestation for action.yml - uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd + uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 with: subject-path: action.yml - name: generate artifact attestation for lib/index.js - uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd + uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 with: subject-path: lib/index.js @@ -63,7 +63,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f + uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -119,7 +119,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f + - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14848f2f..5c3d43c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: npm run build - name: report result - uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f + uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}