Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2 (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 30ad80b commit c5d37db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
make sbom IMAGE_TO_SCAN=docker:${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
- name: Upload SBOM
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
sbom.cyclonedx.json
Expand All @@ -165,7 +165,7 @@ jobs:
make vuln-report
- name: Upload Vuln Report
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
vulns.grype.json
Expand Down

0 comments on commit c5d37db

Please sign in to comment.