diff --git a/.github/workflows/clang-format-fix.yml b/.github/workflows/clang-format-fix.yml index acb7bbdd..1717f2f2 100644 --- a/.github/workflows/clang-format-fix.yml +++ b/.github/workflows/clang-format-fix.yml @@ -35,7 +35,7 @@ jobs: style: file exclude: './community ./ZFP/H5Z-ZFP' - - uses: EndBug/add-and-commit@645ecc0dd0a57f4d86d26c0aa5fc42c0a856fbca # v11.0.0 + - uses: EndBug/add-and-commit@cc9c08ba6c8df3b93a8f2db63e89b98368ae2ae8 # v11.1.1 with: author_name: github-actions author_email: 41898282+github-actions[bot]@users.noreply.github.com diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index 895044d3..c1f32a7c 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -163,7 +163,7 @@ jobs: - name: PreRelease tag id: create_prerelease if: ${{ (inputs.use_environ == 'snapshots') }} - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: "${{ inputs.use_tag }}" prerelease: true @@ -184,7 +184,7 @@ jobs: - name: Release tag id: create_release if: ${{ (inputs.use_environ == 'release') }} - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: "${{ inputs.use_tag }}" draft: true