Skip to content

Commit 8383e0e

Browse files
Update ortelius/workflow-toolkit digest to fae1fbc
1 parent 23e3627 commit 8383e0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-push-chart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: Build/Push Image and Release Charts
1313
permissions: read-all
1414
jobs:
1515
setenv:
16-
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
16+
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
1717
with:
1818
gh_head_ref: ${{ github.head_ref }}
1919
gh_ref_name: ${{ github.ref_name }}
@@ -22,7 +22,7 @@ jobs:
2222
gh_repo: ${{ github.repository }}
2323
gh_run_number: ${{ github.run_number }}
2424
release:
25-
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
25+
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
2626
needs: setenv
2727
with:
2828
gh_repository_owner: ${{ github.repository_owner }}
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
security-events: write
4141
statuses: write
42-
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
42+
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
4343
needs:
4444
- setenv
4545
- release
@@ -51,7 +51,7 @@ jobs:
5151
helm:
5252
permissions:
5353
contents: write
54-
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
54+
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
5555
needs:
5656
- setenv
5757
- release
@@ -71,7 +71,7 @@ jobs:
7171
GPG_KEY: ${{ secrets.GPG_KEY }}
7272
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
7373
sbom:
74-
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@c4e9eac57962580d434abd3fee4b46520596ee56
74+
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@fae1fbc2332578c7177c218279e6f2ab082bb3f8
7575
needs:
7676
- setenv
7777
- release

0 commit comments

Comments
 (0)