diff --git a/.github/workflows/build-ironic-images.yaml b/.github/workflows/build-ironic-images.yaml index e3b350d30..3979751b8 100644 --- a/.github/workflows/build-ironic-images.yaml +++ b/.github/workflows/build-ironic-images.yaml @@ -129,7 +129,7 @@ jobs: - name: Publish Release id: create_release - uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 with: name: understack-images tag_name: understack-images-${{ env.TIMESTAMP }} diff --git a/.github/workflows/understackctl-release.yaml b/.github/workflows/understackctl-release.yaml index 555d42dfe..32c7b5ec0 100644 --- a/.github/workflows/understackctl-release.yaml +++ b/.github/workflows/understackctl-release.yaml @@ -38,7 +38,7 @@ jobs: make build-all package-all checksums - name: Upload release artifacts - uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 with: files: | go/understackctl/build/*.zip