From c134338b1e4c1cd0a5f8d6453d1296c991ecf262 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 19 Oct 2023 23:30:44 +0000 Subject: [PATCH] Pin dependencies (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | pinDigest | -> `b4ffde6` | | [docker/build-push-action](https://github.com/docker/build-push-action) | action | pinDigest | -> `0565240` | | [docker/login-action](https://github.com/docker/login-action) | action | pinDigest | -> `343f7c4` | | git.toast-server.net/toast/corn-utility | | pinDigest | -> `d966d1c` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.toast-server.net/toast/Corn-Utility/pulls/2 Co-authored-by: Renovate Co-committed-by: Renovate --- .gitea/workflows/build_container.yml | 6 +++--- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build_container.yml b/.gitea/workflows/build_container.yml index b60491b..6f87ac9 100644 --- a/.gitea/workflows/build_container.yml +++ b/.gitea/workflows/build_container.yml @@ -18,15 +18,15 @@ jobs: apt-get update apt-get -y install docker-ce docker-ce-cli containerd.io - name: Checkout branch - uses: actions/checkout@v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Login to Gitea - uses: docker/login-action@v3.0.0 + uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: ${{ secrets.DOCKER_REGISTRY }} username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: context: . file: Dockerfile diff --git a/docker-compose.yml b/docker-compose.yml index a8619bd..bd6855d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: bot: container_name: Corn-Utility - image: 'git.toast-server.net/toast/corn-utility:main' + image: 'git.toast-server.net/toast/corn-utility:main@sha256:d966d1c466e60617d0059a4d9a3a147baf9228d2a90ed2dbceab4e9ad392e49e' volumes: - ./tokens.json:/home/corn-util/tokens.json:ro expose: