From 24ce87ef0e8edeb8bda3c0775147958cceb1d5dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 18:10:54 +0000 Subject: [PATCH] Update ortelius/workflow-toolkit digest to 0449c42 --- .github/workflows/build-push-chart.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-push-chart.yml b/.github/workflows/build-push-chart.yml index bec88ca..efb8573 100644 --- a/.github/workflows/build-push-chart.yml +++ b/.github/workflows/build-push-chart.yml @@ -17,7 +17,7 @@ permissions: read-all jobs: setenv: - uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@017a90f4dda2d289c9c7246ef12c3ccf8ca06c58 + uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@0449c429f0a8a1a4a90b3bfc6f6ea2720ea6bd9b with: gh_head_ref: ${{ github.head_ref }} gh_ref_name: ${{ github.ref_name }} @@ -27,7 +27,7 @@ jobs: gh_run_number: ${{ github.run_number }} release: - uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@017a90f4dda2d289c9c7246ef12c3ccf8ca06c58 + uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@0449c429f0a8a1a4a90b3bfc6f6ea2720ea6bd9b needs: setenv with: gh_repository_owner: ${{ github.repository_owner }} @@ -43,7 +43,7 @@ jobs: permissions: security-events: write statuses: write - uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@017a90f4dda2d289c9c7246ef12c3ccf8ca06c58 + uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@0449c429f0a8a1a4a90b3bfc6f6ea2720ea6bd9b needs: [setenv, release] with: gh_repository_owner: ${{ github.repository_owner }} @@ -54,7 +54,7 @@ jobs: helm: permissions: contents: write - uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@017a90f4dda2d289c9c7246ef12c3ccf8ca06c58 + uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@0449c429f0a8a1a4a90b3bfc6f6ea2720ea6bd9b needs: [setenv, release] with: gh_repository_owner: ${{ github.repository_owner }} @@ -73,7 +73,7 @@ jobs: gh_token: ${{ secrets.HELM_INDEXER_TOKEN }} sbom: - uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@017a90f4dda2d289c9c7246ef12c3ccf8ca06c58 + uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@0449c429f0a8a1a4a90b3bfc6f6ea2720ea6bd9b needs: [setenv, release] with: gh_repository_owner: ${{ github.repository_owner }}