Skip to content

Commit

Permalink
Update ortelius/workflow-toolkit digest to dd4854e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 4472ff1 commit 409c095
Showing 1 changed file with 5 additions and 5 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@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@dd4854e5d1a5d9b9089d54b289aa1f1f75dda7f2
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@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@dd4854e5d1a5d9b9089d54b289aa1f1f75dda7f2
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@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@dd4854e5d1a5d9b9089d54b289aa1f1f75dda7f2
needs:
- setenv
- release
Expand All @@ -51,7 +51,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@dd4854e5d1a5d9b9089d54b289aa1f1f75dda7f2
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@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@dd4854e5d1a5d9b9089d54b289aa1f1f75dda7f2
needs:
- setenv
- release
Expand Down

0 comments on commit 409c095

Please sign in to comment.