Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ortelius/workflow-toolkit digest to 03b3fcc #4

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@9f1f82a3da511b25034f06d5341f79dc69797934
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
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@9f1f82a3da511b25034f06d5341f79dc69797934
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
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@9f1f82a3da511b25034f06d5341f79dc69797934
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
needs:
- setenv
- release
Expand All @@ -51,7 +51,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@9f1f82a3da511b25034f06d5341f79dc69797934
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
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@9f1f82a3da511b25034f06d5341f79dc69797934
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@03b3fccfe6c2343f590ff0b8d25b520bec780f1f
needs:
- setenv
- release
Expand Down