Skip to content

Commit d0b62f2

Browse files
committed
ci: need 0.19.0 not 0.19
1 parent d64cd9f commit d0b62f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Set up git user
7070
uses: fregante/setup-git-user@v2
7171
- name: Download syft (SBOM)
72-
uses: anchore/sbom-action/[email protected]
72+
uses: anchore/sbom-action/[email protected].0
7373

7474
# Bumping logic
7575
- name: Get next version

templates/.github/workflows/release.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: fregante/setup-git-user@v2
8787
- name: Download syft (SBOM)
8888
{{- /* renovate: datasource=github-tags packageName=anchore/sbom-action */}}
89-
uses: anchore/sbom-action/[email protected]
89+
uses: anchore/sbom-action/[email protected].0
9090

9191
# Bumping logic
9292
- name: Get next version

0 commit comments

Comments
 (0)