Skip to content

Commit ae3aaac

Browse files
Update all dependencies (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a8f1be commit ae3aaac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-push-chart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
1515
permissions: read-all
1616
jobs:
1717
setenv:
18-
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
18+
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
1919
with:
2020
gh_head_ref: ${{ github.head_ref }}
2121
gh_ref_name: ${{ github.ref_name }}
@@ -27,7 +27,7 @@ jobs:
2727
permissions:
2828
id-token: write
2929
contents: write
30-
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
30+
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
3131
needs: setenv
3232
with:
3333
gh_repository_owner: ${{ github.repository_owner }}
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
security-events: write
4646
statuses: write
47-
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
47+
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
4848
needs:
4949
- setenv
5050
- release
@@ -56,7 +56,7 @@ jobs:
5656
helm:
5757
permissions:
5858
contents: write
59-
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
59+
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
6060
needs:
6161
- setenv
6262
- release
@@ -76,7 +76,7 @@ jobs:
7676
GPG_KEY: ${{ secrets.GPG_KEY }}
7777
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
7878
sbom:
79-
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
79+
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
8080
needs:
8181
- setenv
8282
- release

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/python:latest-dev@sha256:21c60b5442f0adf49821a3c7d1c30ff0c3c13586547b06dadc32c78613df4673 AS builder
1+
FROM cgr.dev/chainguard/python:latest-dev@sha256:0046ca9773d0781e3409e8863a67450f9d6eec78debecd2437af0dca3be91fa9 AS builder
22

33
COPY . /app
44

0 commit comments

Comments
 (0)