diff --git a/.github/workflows/api-release.yml b/.github/workflows/api-release.yml index 8b318ac9aa..d2eb945ab3 100644 --- a/.github/workflows/api-release.yml +++ b/.github/workflows/api-release.yml @@ -69,7 +69,7 @@ jobs: with: path: builds - name: Create Release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} fail_on_unmatched_files: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11e7edfe0c..afbe300f66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,7 +152,7 @@ jobs: - name: Rename attestation artifact run: mv ${{ steps.attest.outputs.bundle-path }} containerd-${{ needs.check.outputs.stringver }}-attestation.intoto.jsonl - name: Create Release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} fail_on_unmatched_files: true