From d22e94b8089d3f5b56ffabe0967eaf8e2441c635 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 5 May 2023 16:32:00 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.10 (#8787) 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 | |---|---|---|---| | [ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers) | container | patch | `3.1.2` -> `3.1.10` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please 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. 🔕 **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 [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/catalog-test.yaml | 2 +- .github/workflows/charts-release.yaml | 4 ++-- .github/workflows/daily.yaml | 4 ++-- .github/workflows/renovate-bump.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index 38012182309..961e05eaba1 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: ghcr.io/truecharts/devcontainer:3.1.2@sha256:8d35d6bfc4fbe99fa911260c87ab62d49adf7132dd7c11b181e19d264d90a1c2 + image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 name: Checkout diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 999fb555903..1106d9df37a 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -15,7 +15,7 @@ jobs: release-helm: runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:3.1.2@sha256:8d35d6bfc4fbe99fa911260c87ab62d49adf7132dd7c11b181e19d264d90a1c2 + image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - name: Checkout uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 @@ -60,7 +60,7 @@ jobs: outputs: ref: ${{ steps.save-commit-hash.outputs.commit_hash }} container: - image: ghcr.io/truecharts/devcontainer:3.1.2@sha256:8d35d6bfc4fbe99fa911260c87ab62d49adf7132dd7c11b181e19d264d90a1c2 + image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index f40ba8e91df..8d025f0871e 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest name: "Generate readme files" container: - image: ghcr.io/truecharts/devcontainer:3.1.2@sha256:8d35d6bfc4fbe99fa911260c87ab62d49adf7132dd7c11b181e19d264d90a1c2 + image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - name: Checkout uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 @@ -222,7 +222,7 @@ jobs: runs-on: ubuntu-latest name: "Generate Security Reports" container: - image: ghcr.io/truecharts/devcontainer:3.1.2@sha256:8d35d6bfc4fbe99fa911260c87ab62d49adf7132dd7c11b181e19d264d90a1c2 + image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index 0581b58058e..44c2093ffde 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -12,7 +12,7 @@ jobs: name: Get changed Apps runs-on: ubuntu-20.04 container: - image: ghcr.io/truecharts/devcontainer:3.1.2@sha256:8d35d6bfc4fbe99fa911260c87ab62d49adf7132dd7c11b181e19d264d90a1c2 + image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 name: Checkout