File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 verify-devcontainer :
10- uses : project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@8f08922740bf507d9826f48b042ddc279018f517
10+ uses : project-origin/.github/.github/workflows/reusable-verify-devcontainer.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
1111
1212 verify-code :
13- uses : project-origin/.github/.github/workflows/reusable-verify-code.yaml@8f08922740bf507d9826f48b042ddc279018f517
13+ uses : project-origin/.github/.github/workflows/reusable-verify-code.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
1414
1515 verify-renovate-config :
16- uses : project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@8f08922740bf507d9826f48b042ddc279018f517
16+ uses : project-origin/.github/.github/workflows/reusable-verify-renovate.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
1717
1818 verify-chart :
19- uses : project-origin/.github/.github/workflows/reusable-verify-chart.yaml@8f08922740bf507d9826f48b042ddc279018f517
19+ uses : project-origin/.github/.github/workflows/reusable-verify-chart.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
2020
2121 verify-container-build :
22- uses : project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@8f08922740bf507d9826f48b042ddc279018f517
22+ uses : project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
2323 with :
2424 imagename : ghcr.io/project-origin/vault
2525 version : test
Original file line number Diff line number Diff line change 77
88jobs :
99 define-version :
10- uses : project-origin/.github/.github/workflows/reusable-tag-version.yaml@8f08922740bf507d9826f48b042ddc279018f517
10+ uses : project-origin/.github/.github/workflows/reusable-tag-version.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
1111
1212 publish-container :
1313 needs :
1414 - define-version
15- uses : project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@8f08922740bf507d9826f48b042ddc279018f517
15+ uses : project-origin/.github/.github/workflows/reusable-build-push-container-ghcr.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
1616 with :
1717 imagename : ghcr.io/project-origin/vault
1818 version : ${{ needs.define-version.outputs.version }}
2424 needs :
2525 - define-version
2626 - publish-container
27- uses : project-origin/.github/.github/workflows/reusable-publish-chart.yaml@8f08922740bf507d9826f48b042ddc279018f517
27+ uses : project-origin/.github/.github/workflows/reusable-publish-chart.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
2828 with :
2929 version : ${{ needs.define-version.outputs.version }}
3030 chart_folder : chart
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 analyse :
13- uses : project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@8f08922740bf507d9826f48b042ddc279018f517
13+ uses : project-origin/.github/.github/workflows/reusable-sonarcloud.yaml@c7ad2496bc45a789860e10cdeb4435159113d386
1414 secrets :
1515 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments