diff --git a/.github/workflows/build-push-chart.yml b/.github/workflows/build-push-chart.yml index 9284106..20d8d3c 100644 --- a/.github/workflows/build-push-chart.yml +++ b/.github/workflows/build-push-chart.yml @@ -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@f7ed4b25b4fefcf3a7c44f8c605cce986d9777db + uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@a3e5ee9fed858b51eb6a3b5e78856b5a32c70163 with: gh_head_ref: ${{ github.head_ref }} gh_ref_name: ${{ github.ref_name }} @@ -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@f7ed4b25b4fefcf3a7c44f8c605cce986d9777db + uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@a3e5ee9fed858b51eb6a3b5e78856b5a32c70163 needs: setenv with: gh_repository_owner: ${{ github.repository_owner }} @@ -39,7 +39,7 @@ jobs: permissions: security-events: write statuses: write - uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@f7ed4b25b4fefcf3a7c44f8c605cce986d9777db + uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@a3e5ee9fed858b51eb6a3b5e78856b5a32c70163 needs: - setenv - release @@ -51,7 +51,7 @@ jobs: helm: permissions: contents: write - uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@f7ed4b25b4fefcf3a7c44f8c605cce986d9777db + uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@a3e5ee9fed858b51eb6a3b5e78856b5a32c70163 needs: - setenv - release @@ -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@f7ed4b25b4fefcf3a7c44f8c605cce986d9777db + uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@a3e5ee9fed858b51eb6a3b5e78856b5a32c70163 needs: - setenv - release