diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6689894b84..f6f78c7f25 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,8 +24,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3 + + - uses: google-github-actions/release-please-action@v3.7.13 id: release with: command: manifest @@ -114,4 +114,4 @@ jobs: uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 with: tag_name: ${{ needs.release-please.outputs.tag_name }} - files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json \ No newline at end of file + files: ./sbom-${{ env.IMAGE_NAME }}.spdx.json