Skip to content

Commit d663033

Browse files
NRL-1928 Make socar qube happy by getting specific with action version
1 parent 6e083fe commit d663033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Upload SBOM to release
116116
if: ${{ github.event.release.tag_name }}
117-
uses: svenstaro/upload-release-action@v2
117+
uses: svenstaro/upload-release-action@v2.11.3
118118
with:
119119
file: sbom.spdx.json
120120
asset_name: sbom-${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)