We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0142b commit 31e7b81Copy full SHA for 31e7b81
1 file changed
.github/workflows/create-release.yml
@@ -30,7 +30,7 @@ jobs:
30
ghcr-password: ${{ secrets.GHCR_PASSWORD }}
31
32
job-image-vcn:
33
- uses: ckotzbauer/sbom-operator/.github/workflows/release-job-image.yml@main
+ uses: ckotzbauer/sbom-operator/.github/workflows/release-job-image.yml@4b0142bb659e6e64ba11d402bcea8e7464e63cf2 # main
34
needs: [release]
35
with:
36
version: ${{ github.event.inputs.version }}
@@ -65,7 +65,7 @@ jobs:
65
66
bump-chart:
67
needs: [get-digest]
68
- uses: ckotzbauer/helm-charts/.github/workflows/bump-chart.yaml@main
+ uses: ckotzbauer/helm-charts/.github/workflows/bump-chart.yaml@0148bb59a1b3da35e088c23a66ffbf0f38c9bf87 # main
69
70
chart: sbom-operator
71
app-version: ${{ github.event.inputs.version }}
0 commit comments