aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-04-25 01:34:08 +0000
committerGitHub <noreply@github.com>2026-04-25 01:34:08 +0000
commit973bc613e1f9cfa50a0c34f1e0a00ed99c558060 (patch)
tree9f5fc5cab2b59b989eca9a2471e5b692b717c752 /.github/workflows
parentcae3cd8d31f10fe515c9cfdf8d08cbe8987ec3c9 (diff)
downloadportable-973bc613e1f9cfa50a0c34f1e0a00ed99c558060.tar.gz
portable-973bc613e1f9cfa50a0c34f1e0a00ed99c558060.tar.bz2
portable-973bc613e1f9cfa50a0c34f1e0a00ed99c558060.zip
ci: pin fedora Docker tag to af8cdc4
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/fedora-rawhide.yml2
1 files changed, 1 insertions, 1 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