Skip to content

Commit

Permalink
Update ortelius/workflow-toolkit digest to b6e8951 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent bdf7a0c commit 9e1b2ef
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@754a0025c5262acd4495700e27ceda566780161f
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@b6e8951b81386da8585684ad4b4c8c2db83cc5de
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@754a0025c5262acd4495700e27ceda566780161f
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@b6e8951b81386da8585684ad4b4c8c2db83cc5de
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@754a0025c5262acd4495700e27ceda566780161f
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@b6e8951b81386da8585684ad4b4c8c2db83cc5de
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@754a0025c5262acd4495700e27ceda566780161f
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@b6e8951b81386da8585684ad4b4c8c2db83cc5de
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@754a0025c5262acd4495700e27ceda566780161f
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@b6e8951b81386da8585684ad4b4c8c2db83cc5de
needs: [setenv, release]
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand Down

0 comments on commit 9e1b2ef

Please sign in to comment.