From 125cf53d1261eb36070bed9762cfdb99ede3a2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:51:53 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [docker/login-action](https://github.com/docker/login-action) and [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord). Updates `actions/checkout` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...692973e3d937129bcbf40652eb9f2f61becf3332) Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/e92390c5fb421da1463c202d546fed0ec5c39f20...0d4c9c5ea7693da7b068278f7b52bda2a190a446) Updates `sarisia/actions-status-discord` from 1.14.1 to 1.14.4 - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/6712a17f7d0531d44cd42ca2a878b0bdfd07b62a...609229a5cc8b81e6de55f63e6cdd5e171a3c1895) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action 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 | 12 ++++++------ .github/workflows/test-and-run.yml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e2107b..a219296 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,9 +12,9 @@ jobs: contents: write packages: read steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 + - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ghcr.io username: ${{ github.actor }} @@ -50,7 +50,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a + uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -77,12 +77,12 @@ jobs: contents: read steps: - name: checkout built artifact - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.ref_name }} - name: checkout sources - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.sha }} path: origin @@ -105,7 +105,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a + - uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test-and-run.yml b/.github/workflows/test-and-run.yml index 3fb2200..d4fe786 100644 --- a/.github/workflows/test-and-run.yml +++ b/.github/workflows/test-and-run.yml @@ -12,9 +12,9 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 + - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ghcr.io username: ${{ github.actor }} @@ -36,9 +36,9 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 + - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ghcr.io username: ${{ github.actor }} @@ -76,7 +76,7 @@ jobs: id: ghapi - name: report result - uses: sarisia/actions-status-discord@6712a17f7d0531d44cd42ca2a878b0bdfd07b62a + uses: sarisia/actions-status-discord@609229a5cc8b81e6de55f63e6cdd5e171a3c1895 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}