From a69ff5b16601949a90d26c007d74734ef34b4c4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:48:36 +0100 Subject: [PATCH] Pin UCL-MIRSG/.github to a4ee218 (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [UCL-MIRSG/.github](https://togithub.com/UCL-MIRSG/.github) | action | pinDigest | -> `a4ee218` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/UCL-MIRSG/mirsg-template). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/linting.yml | 2 +- .github/workflows/manage-projects.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 889b44d..dea14e4 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -23,7 +23,7 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/linting@v0.25.0 + - uses: UCL-MIRSG/.github/actions/linting@a4ee21851bcc006a7e2c198b4565f296313d27cf # v0.25.0 with: ansible-roles-config: ./requirements.yml pre-commit-config: ./.pre-commit-config.yaml diff --git a/.github/workflows/manage-projects.yml b/.github/workflows/manage-projects.yml index 676c99a..9c6ff93 100644 --- a/.github/workflows/manage-projects.yml +++ b/.github/workflows/manage-projects.yml @@ -9,7 +9,7 @@ jobs: add-issue-to-project: runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/add-to-project@v0.25.0 + - uses: UCL-MIRSG/.github/actions/add-to-project@a4ee21851bcc006a7e2c198b4565f296313d27cf # v0.25.0 with: app-id: ${{ secrets.APP_ID }} app-pem: ${{ secrets.APP_PEM }}