From c45b2d0109b59d4db54270977f16f8048b4844e2 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:23:30 +0100 Subject: [PATCH] chore(deps): pin dependencies (#49) 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://togithub.com/actions/checkout) | action | pinDigest | -> `f43a0e5` | | [docker/login-action](https://togithub.com/docker/login-action) | action | pinDigest | -> `465a078` | | [magefile/mage-action](https://togithub.com/magefile/mage-action) | action | digest | `3b833fb` -> `a3d5bb5` | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: sheldonhull --- .github/workflows/integration.yml | 2 +- .github/workflows/release.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index af17311..e43852b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,7 +26,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - id: dsv # If using as a template outside of the actual repo, you sould reference like this instead: # uses: DelineaXPM/dsv-github-action@v1 # renovate: tag=v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e49e09..e07fc4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 # https://github.com/magnetikonline/action-golang-cache - name: Setup Golang with cache @@ -23,17 +23,17 @@ jobs: go-version-file: go.mod - name: mage-tidy - uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2 + uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2 with: version: latest args: init - name: docker-login - uses: docker/login-action@v2 # renovate: tag=v2 + uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2 with: username: ${{ secrets.DSV_DOCKER_USERNAME }} password: ${{ secrets.DSV_DOCKER_PASSWORD }} - name: mage-release - uses: magefile/mage-action@3b833fb24c0d19eed3aa760b9eb285b4b84f420f # v2 + uses: magefile/mage-action@a3d5bb52942181c125118a2be4b4664c3337aef6 # v2 with: version: latest args: release