@@ -14,18 +14,18 @@ concurrency:
1414
1515jobs :
1616 test :
17- uses : platform-mesh/.github/.github/workflows/job-node-test.yml@75f52df7bff585bcb2d794a7bbeec132354933fb # main
17+ uses : platform-mesh/.github/.github/workflows/job-node-test.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
1818 secrets : inherit # zizmor: ignore[secrets-inherit]
1919
2020 create-version :
21- uses : platform-mesh/.github/.github/workflows/job-create-version.yml@75f52df7bff585bcb2d794a7bbeec132354933fb # main
21+ uses : platform-mesh/.github/.github/workflows/job-create-version.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
2222 secrets : inherit # zizmor: ignore[secrets-inherit]
2323 permissions :
2424 contents : write # Needed to create the GitHub release for the tag
2525
2626 docker-build-push :
2727 needs : [create-version, test]
28- uses : platform-mesh/.github/.github/workflows/job-docker-build-push.yml@75f52df7bff585bcb2d794a7bbeec132354933fb # main
28+ uses : platform-mesh/.github/.github/workflows/job-docker-build-push.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
2929 secrets : inherit # zizmor: ignore[secrets-inherit]
3030 permissions :
3131 contents : write # Needed to create the GitHub release for the tag
3838
3939 update-version :
4040 needs : [create-version, docker-build-push]
41- uses : platform-mesh/.github/.github/workflows/job-chart-version-update.yml@75f52df7bff585bcb2d794a7bbeec132354933fb # main
41+ uses : platform-mesh/.github/.github/workflows/job-chart-version-update.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
4242 secrets : inherit # zizmor: ignore[secrets-inherit]
4343 with :
4444 appVersion : ${{ needs.create-version.outputs.version }}
4747
4848 sbom :
4949 needs : [create-version, docker-build-push]
50- uses : platform-mesh/.github/.github/workflows/job-sbom.yml@75f52df7bff585bcb2d794a7bbeec132354933fb # main
50+ uses : platform-mesh/.github/.github/workflows/job-sbom.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
5151 permissions :
5252 contents : read # Needed for actions/checkout in the reusable
5353 packages : read # Needed to pull the image to scan
5656
5757 image-ocm :
5858 needs : [create-version, docker-build-push, sbom]
59- uses : platform-mesh/.github/.github/workflows/job-image-ocm.yml@75f52df7bff585bcb2d794a7bbeec132354933fb # main
59+ uses : platform-mesh/.github/.github/workflows/job-image-ocm.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
6060 secrets : inherit # zizmor: ignore[secrets-inherit]
6161 permissions :
6262 contents : read # Needed for actions/checkout in the reusable
6969
7070 scan-sbom :
7171 needs : [create-version, docker-build-push, sbom, image-ocm]
72- uses : platform-mesh/.github/.github/workflows/job-trivy-sbom.yml@75f52df7bff585bcb2d794a7bbeec132354933fb # main
72+ uses : platform-mesh/.github/.github/workflows/job-trivy-sbom.yml@916c21a99d770c8917af03baec822c3c5a3e1140 # main
7373 permissions :
7474 contents : read # Needed for actions/checkout in the reusable
7575 packages : read # Needed to pull the image to scan
0 commit comments