From 64315d7b4809660cd34c05cfd84b19c19719e589 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 15 Jan 2023 18:38:51 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#5568) --- .github/workflows/catalog-test.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- .github/workflows/daily.yaml | 4 ++-- .github/workflows/renovate-bump.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index 07a2eb91c0e..df707772fdb 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:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e + image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 name: Checkout diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index cfe2b53e974..d10592321ac 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -16,7 +16,7 @@ jobs: outputs: ref: ${{ steps.save-commit-hash.outputs.commit_hash }} container: - image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e + image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d steps: - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index a8b643979b1..c1fea8f588f 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest name: "Generate readme files" container: - image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e + image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d steps: - name: Checkout uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 @@ -118,7 +118,7 @@ jobs: runs-on: ubuntu-latest name: "Generate Security Reports" container: - image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e + image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d steps: - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2 diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index da7ee1523ee..d97d45a40b9 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:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e + image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:3b53132c6c6e14393f8f69e64e2237c8460a466753c285542324aa993ed1795d steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 name: Checkout