From 1a03b790285b958b328856a3665a9ea8bcec31ff Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 19 Mar 2025 10:36:07 +0000 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/publish-embedded-packages.yaml | 8 ++++---- .github/workflows/publish.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-embedded-packages.yaml b/.github/workflows/publish-embedded-packages.yaml index de3ace3a..7916f11b 100644 --- a/.github/workflows/publish-embedded-packages.yaml +++ b/.github/workflows/publish-embedded-packages.yaml @@ -55,7 +55,7 @@ jobs: run: find ${{ env.FILENAME_PREFIX }} -type f -print0 | sort -z | xargs -0 sha256sum | tee ${{ env.FILENAME_PREFIX }}.sha256 - name: Upload if: ${{ env.DRY_RUN == 'false' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: files: | ${{ env.FILENAME_PREFIX }}.tar.gz @@ -98,7 +98,7 @@ jobs: - name: Add release note if: ${{ env.DRY_RUN == 'false' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: append_body: true body: | @@ -151,7 +151,7 @@ jobs: - name: Add release note if: ${{ env.DRY_RUN == 'false' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: append_body: true body: | @@ -215,7 +215,7 @@ jobs: - name: Add release note if: ${{ env.DRY_RUN == 'false' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: append_body: true body: | diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 374eac0c..7ea82f37 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -42,7 +42,7 @@ jobs: - name: Create Checksum run: find ${{ env.FILENAME_PREFIX }} -type f -print0 | sort -z | xargs -0 sha256sum | tee ${{ env.FILENAME_PREFIX }}.sha256 - name: Upload - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: files: | ${{ env.FILENAME_PREFIX }}.tar.gz @@ -69,7 +69,7 @@ jobs: - name: Get artifact version run: echo "ARTIFACT_VERSION=${VERSION:1}" >> "$GITHUB_ENV" - name: Add release note - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: append_body: true body: |