diff --git a/.github/workflows/build-push-chart.yml b/.github/workflows/build-push-chart.yml index 5e0774b..d8d0094 100644 --- a/.github/workflows/build-push-chart.yml +++ b/.github/workflows/build-push-chart.yml @@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts permissions: read-all jobs: setenv: - uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@6554590eba9a43567f39201391e1c0d0a134a9d4 + uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad with: gh_head_ref: ${{ github.head_ref }} gh_ref_name: ${{ github.ref_name }} @@ -24,7 +24,7 @@ jobs: gh_repo: ${{ github.repository }} gh_run_number: ${{ github.run_number }} release: - uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@6554590eba9a43567f39201391e1c0d0a134a9d4 + uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad needs: setenv with: gh_repository_owner: ${{ github.repository_owner }} @@ -42,7 +42,7 @@ jobs: permissions: security-events: write statuses: write - uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@6554590eba9a43567f39201391e1c0d0a134a9d4 + uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad needs: - setenv - release @@ -54,7 +54,7 @@ jobs: helm: permissions: contents: write - uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@6554590eba9a43567f39201391e1c0d0a134a9d4 + uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad needs: - setenv - release @@ -74,7 +74,7 @@ jobs: GPG_KEY: ${{ secrets.GPG_KEY }} gh_token: ${{ secrets.HELM_INDEXER_TOKEN }} sbom: - uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@6554590eba9a43567f39201391e1c0d0a134a9d4 + uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@1cb1edcf1e03201e394adaae311207f0777098ad needs: - setenv - release