Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent b033765 commit f1eb53b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-push-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
permissions: read-all
jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@f4838576b2f6cc71062002313e23e7be5c636158
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@e79e639274dda42d1f80d302e12beb1b5c8b89e7
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -27,7 +27,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@f4838576b2f6cc71062002313e23e7be5c636158
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@e79e639274dda42d1f80d302e12beb1b5c8b89e7
needs: setenv
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
security-events: write
statuses: write
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@f4838576b2f6cc71062002313e23e7be5c636158
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@e79e639274dda42d1f80d302e12beb1b5c8b89e7
needs:
- setenv
- release
Expand All @@ -56,7 +56,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@f4838576b2f6cc71062002313e23e7be5c636158
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@e79e639274dda42d1f80d302e12beb1b5c8b89e7
needs:
- setenv
- release
Expand All @@ -76,7 +76,7 @@ jobs:
GPG_KEY: ${{ secrets.GPG_KEY }}
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
sbom:
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@f4838576b2f6cc71062002313e23e7be5c636158
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@e79e639274dda42d1f80d302e12beb1b5c8b89e7
needs:
- setenv
- release
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/go@sha256:1373a8c669f4baca40615302e60fc069f8c772461ce8aba28b4073d490003293 AS builder
FROM cgr.dev/chainguard/go@sha256:1dc3baf03d332a079d0417b1885aaf78529c811681191b30fd0840499d9d751c AS builder

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit f1eb53b

Please sign in to comment.