Skip to content

Commit

Permalink
Update ortelius/workflow-toolkit digest to 0449c42
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent d3fe019 commit 24ce87e
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 @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 24ce87e

Please sign in to comment.