File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: Build/Push Image and Release Charts
1616permissions : read-all
1717jobs :
1818 setenv :
19- uses : ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
19+ uses : ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
2020 with :
2121 gh_head_ref : ${{ github.head_ref }}
2222 gh_ref_name : ${{ github.ref_name }}
2828 permissions :
2929 id-token : write
3030 contents : write
31- uses : ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
31+ uses : ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
3232 needs : setenv
3333 with :
3434 gh_repository_owner : ${{ github.repository_owner }}
4545 permissions :
4646 security-events : write
4747 statuses : write
48- uses : ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
48+ uses : ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
4949 needs :
5050 - setenv
5151 - release
5757 helm :
5858 permissions :
5959 contents : write
60- uses : ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
60+ uses : ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
6161 needs :
6262 - setenv
6363 - release
7777 GPG_KEY : ${{ secrets.GPG_KEY }}
7878 gh_token : ${{ secrets.HELM_INDEXER_TOKEN }}
7979 sbom :
80- uses : ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
80+ uses : ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@cb89491cd9ed9c8385720ac4fa077c36b915ccf2
8181 needs :
8282 - setenv
8383 - release
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
25+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
2626 with :
2727 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2828
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
31+ uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
3232 with :
3333 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3434
You can’t perform that action at this time.
0 commit comments