We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c6f51 commit fd8cb96Copy full SHA for fd8cb96
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@7a3b07062877dd5e60242a10eafaac5bac91c201 # 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@d08b47d3a85f4c5fb299a5c2c6e3a59aa5f26662 # main
69
70
chart: sbom-operator
71
app-version: ${{ github.event.inputs.version }}
0 commit comments