From f10160d0ff42f6d17f2a482354685a16d1a1b4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:32:43 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 3.0.0 to 3.0.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/b4309332981a82ec1c5618f44dd2e27cc8bfbfda...718ea10b132b3b2eba29c1007bb80653f286566b) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/python-publish.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b061b51..8b31e8db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -237,7 +237,7 @@ jobs: - name: Upload installer to release if: ${{ inputs.release_id }} - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: | @@ -434,7 +434,7 @@ jobs: name: python-package-distributions path: dist/ - name: Upload artifacts to release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: dist/* diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c7f6cfb8..3b51bc9f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -150,7 +150,7 @@ jobs: - name: Upload PDF to release if: ${{ inputs.release_id }} - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2.5.0 with: tag_name: ${{ inputs.release_id }} files: doc/_build/latex/dfetch-*.pdf diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b0e90abe..e203adf5 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -159,7 +159,7 @@ jobs: name: oscal-component-definition path: dist-oscal/ - name: Upload SBOM and OSCAL to GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2.5.0 with: tag_name: ${{ github.event.release.tag_name }} files: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa48cd15..5ed03435 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: - name: Create release if: ${{ steps.release_info.outputs.tag }} - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2.5.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2.5.0 with: tag_name: ${{ steps.release_info.outputs.tag }} name: ${{ steps.release_info.outputs.tag }}