From 95ca229c36df94c3a29d00e5aa2e12a842abb473 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 17 Feb 2024 19:17:36 +0100 Subject: [PATCH] chore(deps): pin dependencies by renovate (#18261) 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 | |---|---|---|---| | [tccr.io/tccr/devcontainer](https://togithub.com/truecharts/containers) | container | pinDigest | -> `32429df` | | [thollander/actions-comment-pull-request](https://togithub.com/thollander/actions-comment-pull-request) | action | digest | `1d3973d` -> `fabd468` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/catalog-test.yaml | 2 +- .github/workflows/charts-lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index 4ae65369dde..f998b326945 100644 --- a/.github/workflows/catalog-test.yaml +++ b/.github/workflows/catalog-test.yaml @@ -15,7 +15,7 @@ jobs: name: Test SCALE Catalog runs-on: ubuntu-latest container: - image: tccr.io/tccr/devcontainer:v4.0.0 + image: tccr.io/tccr/devcontainer:v4.0.0@sha256:32429df132dddb24ecffc073b1cc3c1b16294bda1d04acef7c87d0ece155a7ab steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 name: Checkout diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 4efc9cd0628..c380552828d 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -115,7 +115,7 @@ jobs: - name: Create/Update comment if: steps.list-changed.outputs.detected == 'true' continue-on-error: true - uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2 + uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2 with: filePath: /tmp/lint_result.txt comment_tag: lint_results