diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/fedora-rawhide.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml index 0268853..1ee97a0 100644 --- a/.github/workflows/fedora-rawhide.yml +++ b/.github/workflows/fedora-rawhide.yml | |||
| @@ -21,7 +21,7 @@ jobs: | |||
| 21 | runs-on: ubuntu-24.04 | 21 | runs-on: ubuntu-24.04 |
| 22 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | 22 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} |
| 23 | container: | 23 | container: |
| 24 | image: fedora:rawhide | 24 | image: fedora:rawhide@sha256:af8cdc432037f5e8e288bbc26c2b55b96000a911ec5b37959cd464d830f6cc5b |
| 25 | steps: | 25 | steps: |
| 26 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | 26 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 27 | - name: Install dependencies | 27 | - name: Install dependencies |
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5af7669..96672a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -29,7 +29,7 @@ jobs: | |||
| 29 | 29 | ||
| 30 | - name: "Create GitHub release" | 30 | - name: "Create GitHub release" |
| 31 | id: create_release | 31 | id: create_release |
| 32 | uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 | 32 | uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 |
| 33 | with: | 33 | with: |
| 34 | body_path: "${{ github.workspace }}/release-changelog.txt" | 34 | body_path: "${{ github.workspace }}/release-changelog.txt" |
| 35 | 35 | ||
| @@ -75,7 +75,7 @@ jobs: | |||
| 75 | run: Compress-Archive -Path local\* "libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip" | 75 | run: Compress-Archive -Path local\* "libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip" |
| 76 | 76 | ||
| 77 | - name: "Upload release artifact" | 77 | - name: "Upload release artifact" |
| 78 | uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 | 78 | uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 |
| 79 | with: | 79 | with: |
| 80 | files: | | 80 | files: | |
| 81 | libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip | 81 | libressl_${{ github.ref_name }}_windows_${{ matrix.arch }}.zip |
