We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d32364 + e1ae3ad commit 811792eCopy full SHA for 811792e
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
93
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
94
echo '[CHANGELOG](https://github.com/fluxcd/${{ env.CONTROLLER }}/blob/main/CHANGELOG.md)' > ./config/release/notes.md
95
- - uses: anchore/sbom-action/download-syft@422cb34a0f8b599678c41b21163ea6088edb2624 # v0.14.1
+ - uses: anchore/sbom-action/download-syft@4d571ad1038a9cc29d676154ef265ab8f9027042 # v0.14.2
96
- name: Create release and SBOM
97
if: startsWith(github.ref, 'refs/tags/v')
98
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0
0 commit comments