Skip to content

Commit

Permalink
Update ortelius/workflow-toolkit digest to 40f1e91
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent b3da69a commit 85937ea
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@356d1442a867773c0e7998d52703b3e8305a7842
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@40f1e91ba512d1803297c9a853ae3b034311d15a
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@356d1442a867773c0e7998d52703b3e8305a7842
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@40f1e91ba512d1803297c9a853ae3b034311d15a
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@356d1442a867773c0e7998d52703b3e8305a7842
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@40f1e91ba512d1803297c9a853ae3b034311d15a
needs:
- setenv
- release
Expand All @@ -51,7 +51,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@356d1442a867773c0e7998d52703b3e8305a7842
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@40f1e91ba512d1803297c9a853ae3b034311d15a
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@356d1442a867773c0e7998d52703b3e8305a7842
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@40f1e91ba512d1803297c9a853ae3b034311d15a
needs:
- setenv
- release
Expand Down

0 comments on commit 85937ea

Please sign in to comment.