diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cmake-config.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/fedora-rawhide.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/cmake-config.yml b/.github/workflows/cmake-config.yml index 3f11cb4..32ec81c 100644 --- a/.github/workflows/cmake-config.yml +++ b/.github/workflows/cmake-config.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | 28 | ||
| 29 | - name: "Setup Windows dependencies" | 29 | - name: "Setup Windows dependencies" |
| 30 | if: runner.os == 'Windows' | 30 | if: runner.os == 'Windows' |
| 31 | uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 | 31 | uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 |
| 32 | with: | 32 | with: |
| 33 | update: true | 33 | update: true |
| 34 | install: >- | 34 | install: >- |
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 a12d344..96672a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -46,7 +46,7 @@ jobs: | |||
| 46 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | 46 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 47 | 47 | ||
| 48 | - name: "Setup MSYS2" | 48 | - name: "Setup MSYS2" |
| 49 | uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 | 49 | uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 |
| 50 | with: | 50 | with: |
| 51 | update: true | 51 | update: true |
| 52 | install: >- | 52 | install: >- |
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4a2cead..59c1f0e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -35,7 +35,7 @@ jobs: | |||
| 35 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | 35 | uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
| 36 | 36 | ||
| 37 | - name: "Setup MSYS2" | 37 | - name: "Setup MSYS2" |
| 38 | uses: msys2/setup-msys2@cafece8e6baf9247cf9b1bf95097b0b983cc558d # v2.31.0 | 38 | uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 |
| 39 | with: | 39 | with: |
| 40 | update: true | 40 | update: true |
| 41 | install: >- | 41 | install: >- |
