From c3f580840b4c2ae6da33debae71068c4f94f205b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 02:04:51 +0900 Subject: [PATCH] Bump the github-actions group with 4 updates (#283) Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [docker/login-action](https://github.com/docker/login-action), [devcontainers/ci](https://github.com/devcontainers/ci) and [sarisia/actions-status-discord](https://github.com/sarisia/actions-status-discord). Updates `actions/checkout` from 3.1.0 to 4.1.2 - [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/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...9bb56186c3b09b4f86b1c65136769dd318469633) Updates `docker/login-action` from 2.1.0 to 3.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f4ef78c080cd8ba55a85445d5b36e214a81df20a...e92390c5fb421da1463c202d546fed0ec5c39f20) Updates `devcontainers/ci` from 0.2.1900000215 to 0.3.1900000349 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/3dcee0e5dada9275fbd8e4d76ee9de43998be886...a56d055efecd725e8cfe370543b6071b79989cc8) Updates `sarisia/actions-status-discord` from 1.10.1 to 1.14.0 - [Release notes](https://github.com/sarisia/actions-status-discord/releases) - [Commits](https://github.com/sarisia/actions-status-discord/compare/9d12cc6d7c8d55f9cbe5efa643117f8c7423f4cf...8b35962ad57c30272ae149c9ee193887b39e1b69) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: devcontainers/ci 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-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 14 +++++++------- .github/workflows/test-and-run.yml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acc5fc9..bcf6341 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,16 +12,16 @@ jobs: contents: write packages: read steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ github.token }} - name: build - uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886 + uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 with: imageName: ghcr.io/${{ github.repository }}/devcontainer cacheFrom: ghcr.io/${{ github.repository }}/devcontainer @@ -50,7 +50,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@9d12cc6d7c8d55f9cbe5efa643117f8c7423f4cf + uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -77,12 +77,12 @@ jobs: contents: read steps: - name: checkout built artifact - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: ref: ${{ github.ref_name }} - name: checkout sources - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: ref: ${{ github.sha }} path: origin @@ -105,7 +105,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@9d12cc6d7c8d55f9cbe5efa643117f8c7423f4cf + - uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test-and-run.yml b/.github/workflows/test-and-run.yml index bb3be3e..be07ee3 100644 --- a/.github/workflows/test-and-run.yml +++ b/.github/workflows/test-and-run.yml @@ -12,16 +12,16 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ github.token }} - name: test - uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886 + uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 with: imageName: ghcr.io/${{ github.repository }}/devcontainer cacheFrom: ghcr.io/${{ github.repository }}/devcontainer @@ -36,16 +36,16 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ github.token }} - name: build - uses: devcontainers/ci@3dcee0e5dada9275fbd8e4d76ee9de43998be886 + uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 with: imageName: ghcr.io/${{ github.repository }}/devcontainer cacheFrom: ghcr.io/${{ github.repository }}/devcontainer @@ -76,7 +76,7 @@ jobs: id: ghapi - name: report result - uses: sarisia/actions-status-discord@9d12cc6d7c8d55f9cbe5efa643117f8c7423f4cf + uses: sarisia/actions-status-discord@8b35962ad57c30272ae149c9ee193887b39e1b69 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}