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 Feb 27, 2024
1 parent f0a6c8e commit 8539a3c
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@95570d958baf7e087c1c63e77451cbd46cf4b3c7
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@b442e87cdc285f7fa4d6108f7ca8a862c76e6b73
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@95570d958baf7e087c1c63e77451cbd46cf4b3c7
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@b442e87cdc285f7fa4d6108f7ca8a862c76e6b73
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@95570d958baf7e087c1c63e77451cbd46cf4b3c7
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@b442e87cdc285f7fa4d6108f7ca8a862c76e6b73
needs:
- setenv
- release
Expand All @@ -51,7 +51,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@95570d958baf7e087c1c63e77451cbd46cf4b3c7
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@b442e87cdc285f7fa4d6108f7ca8a862c76e6b73
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@95570d958baf7e087c1c63e77451cbd46cf4b3c7
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@b442e87cdc285f7fa4d6108f7ca8a862c76e6b73
needs:
- setenv
- release
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3041,DL3013,DL4006
FROM amazonlinux:2023@sha256:d8323b3ea56d286d65f9a7469359bb29519c636d7d009671ac00b5c12ddbacf0
FROM amazonlinux:2023@sha256:db247dc601fcaa65b35d1074f4f34c8f31552ccd185a4002ffa152965e499c61

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit 8539a3c

Please sign in to comment.