From fd767c921992e6d3c3ab4caada1e94cab74f1ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 01:21:38 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [docker/login-action](https://github.com/docker/login-action), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord). Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567) Updates `actions/attest-build-provenance` from 1.3.2 to 1.4.0 - [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/bdd51370e0416ac948727f861e03c2f05d32d78e...210c1913531870065f03ce1f9440dd87bc0938cd) Updates `sarisia/actions-status-discord` from 1.14.4 to 1.14.5 - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/609229a5cc8b81e6de55f63e6cdd5e171a3c1895...448a59224349c2bf9611e68b88787f2b0011965f) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor 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 | 10 +++++----- .github/workflows/test.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bd234b2..b361dddd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ghcr.io username: ${{ github.actor }} @@ -34,12 +34,12 @@ jobs: npm run build - name: generate artifact attestation for action.yml - uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e + uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd with: subject-path: action.yml - name: generate artifact attestation for lib/index.js - uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e + uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd with: subject-path: lib/index.js @@ -63,7 +63,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895 + uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -119,7 +119,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895 + - uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1865ed73..cebc5da0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ghcr.io username: ${{ github.actor }} @@ -31,7 +31,7 @@ jobs: npm run build - name: report result - uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895 + uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}