Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 27, 2023
1 parent 18fe3c7 commit a4d9c16
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 @@ -13,7 +13,7 @@ name: Build/Push Image and Release Charts
permissions: read-all
jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -22,7 +22,7 @@ jobs:
gh_repo: ${{ github.repository }}
gh_run_number: ${{ github.run_number }}
release:
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
needs: setenv
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -39,7 +39,7 @@ jobs:
permissions:
security-events: write
statuses: write
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
needs:
- setenv
- release
Expand All @@ -51,7 +51,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
needs:
- setenv
- release
Expand All @@ -71,7 +71,7 @@ jobs:
GPG_KEY: ${{ secrets.GPG_KEY }}
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
sbom:
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
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:7f609b40ca0e7c674e6b8008024f7f8edb925026af7c1180d31e655ac690a76b AS builder
FROM cgr.dev/chainguard/go@sha256:6154bf5b0df0ff2b4291463694a9809ec14542e3228d0942eb463991ac8df018 AS builder

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit a4d9c16

Please sign in to comment.