aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-12-18 15:35:42 +0100
committerTheo Buehler <tb@openbsd.org>2025-12-18 15:35:42 +0100
commit2ec151e4ce3e74a9b3614a86ef034a35639fb3ab (patch)
treeaadb3091834a7cd16b116450e7db4def97b3e244
parent000396d2014eb8e961b674000365f0d4e1385022 (diff)
parent8555e49c7c03de8a9b5422c467f42ef43a744469 (diff)
downloadportable-2ec151e4ce3e74a9b3614a86ef034a35639fb3ab.tar.gz
portable-2ec151e4ce3e74a9b3614a86ef034a35639fb3ab.tar.bz2
portable-2ec151e4ce3e74a9b3614a86ef034a35639fb3ab.zip
Land #1219 - ci: update and pin github actions
-rw-r--r--.github/workflows/android.yml2
-rw-r--r--.github/workflows/cifuzz.yml2
-rw-r--r--.github/workflows/cmake-config.yml4
-rw-r--r--.github/workflows/coverity.yml2
-rw-r--r--.github/workflows/emscripten.yml8
-rw-r--r--.github/workflows/fedora-rawhide.yml2
-rw-r--r--.github/workflows/freebsd.yml8
-rw-r--r--.github/workflows/linux.yml4
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/release.yml10
-rw-r--r--.github/workflows/rust-openssl.yml2
-rw-r--r--.github/workflows/solaris.yml4
-rw-r--r--.github/workflows/windows.yml6
13 files changed, 28 insertions, 28 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 7bc59c5..976f2d3 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -25,7 +25,7 @@ jobs:
25 max-nal: 30 25 max-nal: 30
26 steps: 26 steps:
27 - name: "Checkout repository" 27 - name: "Checkout repository"
28 uses: actions/checkout@v4 28 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29 29
30 - name: "Run CI script" 30 - name: "Run CI script"
31 run: ./scripts/test 31 run: ./scripts/test
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index f994f99..eaa0681 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -26,7 +26,7 @@ jobs:
26 dry-run: false 26 dry-run: false
27 language: c++ 27 language: c++
28 - name: Upload Crash 28 - name: Upload Crash
29 uses: actions/upload-artifact@v4 29 uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
30 if: failure() && steps.build.outcome == 'success' 30 if: failure() && steps.build.outcome == 'success'
31 with: 31 with:
32 name: artifacts 32 name: artifacts
diff --git a/.github/workflows/cmake-config.yml b/.github/workflows/cmake-config.yml
index 0988102..0de7b4f 100644
--- a/.github/workflows/cmake-config.yml
+++ b/.github/workflows/cmake-config.yml
@@ -24,11 +24,11 @@ jobs:
24 contents: read 24 contents: read
25 steps: 25 steps:
26 - name: "Checkout repository" 26 - name: "Checkout repository"
27 uses: actions/checkout@v4 27 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@v2 31 uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
32 with: 32 with:
33 update: true 33 update: true
34 install: >- 34 install: >-
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index ae43398..3cc0560 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -19,7 +19,7 @@ jobs:
19 contents: read 19 contents: read
20 steps: 20 steps:
21 - name: "Checkout repository" 21 - name: "Checkout repository"
22 uses: actions/checkout@v4 22 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23 23
24 - name: "Install dependencies" 24 - name: "Install dependencies"
25 run: | 25 run: |
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml
index 013480f..2de51e0 100644
--- a/.github/workflows/emscripten.yml
+++ b/.github/workflows/emscripten.yml
@@ -20,10 +20,10 @@ jobs:
20 contents: read 20 contents: read
21 steps: 21 steps:
22 - name: "Checkout repository" 22 - name: "Checkout repository"
23 uses: actions/checkout@v4 23 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24 24
25 - name: "Setup emsdk" 25 - name: "Setup emsdk"
26 uses: mymindstorm/setup-emsdk@v14 26 uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
27 with: 27 with:
28 version: "3.1.60" 28 version: "3.1.60"
29 29
@@ -48,10 +48,10 @@ jobs:
48 contents: read 48 contents: read
49 steps: 49 steps:
50 - name: "Checkout repository" 50 - name: "Checkout repository"
51 uses: actions/checkout@v4 51 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
52 52
53 - name: "Setup emsdk" 53 - name: "Setup emsdk"
54 uses: mymindstorm/setup-emsdk@v14 54 uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
55 with: 55 with:
56 version: "3.1.60" 56 version: "3.1.60"
57 57
diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml
index dff4b6a..fbcf055 100644
--- a/.github/workflows/fedora-rawhide.yml
+++ b/.github/workflows/fedora-rawhide.yml
@@ -23,7 +23,7 @@ jobs:
23 container: 23 container:
24 image: fedora:rawhide 24 image: fedora:rawhide
25 steps: 25 steps:
26 - uses: actions/checkout@v4 26 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27 - name: Install dependencies 27 - name: Install dependencies
28 run: | 28 run: |
29 dnf -y install git make clang cmake ninja-build autoconf automake libtool diffutils patch gawk 29 dnf -y install git make clang cmake ninja-build autoconf automake libtool diffutils patch gawk
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml
index 850dbe2..fe6c258 100644
--- a/.github/workflows/freebsd.yml
+++ b/.github/workflows/freebsd.yml
@@ -22,7 +22,7 @@ jobs:
22 contents: read 22 contents: read
23 steps: 23 steps:
24 - name: "Checkout repository" 24 - name: "Checkout repository"
25 uses: actions/checkout@v4 25 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26 26
27 - name: "Setup" 27 - name: "Setup"
28 run: | 28 run: |
@@ -31,7 +31,7 @@ jobs:
31 ./autogen.sh 31 ./autogen.sh
32 32
33 - name: "Build on VM" 33 - name: "Build on VM"
34 uses: vmactions/freebsd-vm@v1 34 uses: vmactions/freebsd-vm@670398e4236735b8b65805c3da44b7a511fb8b27 # v1.3.0
35 with: 35 with:
36 release: "${{ env.FREEBSD_VERSION }}" 36 release: "${{ env.FREEBSD_VERSION }}"
37 copyback: false 37 copyback: false
@@ -49,7 +49,7 @@ jobs:
49 contents: read 49 contents: read
50 steps: 50 steps:
51 - name: "Checkout repository" 51 - name: "Checkout repository"
52 uses: actions/checkout@v4 52 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
53 53
54 - name: "Setup" 54 - name: "Setup"
55 run: | 55 run: |
@@ -58,7 +58,7 @@ jobs:
58 ./autogen.sh 58 ./autogen.sh
59 59
60 - name: "Build on VM" 60 - name: "Build on VM"
61 uses: vmactions/freebsd-vm@v1 61 uses: vmactions/freebsd-vm@670398e4236735b8b65805c3da44b7a511fb8b27 # v1.3.0
62 with: 62 with:
63 release: "${{ env.FREEBSD_VERSION }}" 63 release: "${{ env.FREEBSD_VERSION }}"
64 copyback: false 64 copyback: false
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index de9d8d3..d901cf9 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -44,7 +44,7 @@ jobs:
44 44
45 steps: 45 steps:
46 - name: "Checkout repository" 46 - name: "Checkout repository"
47 uses: actions/checkout@v4 47 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
48 48
49 - name: "Run tests" 49 - name: "Run tests"
50 run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status) 50 run: ./scripts/test || (status=$?; cat tests/test-suite.log; exit $status)
@@ -66,7 +66,7 @@ jobs:
66 os: ["ubuntu-24.04", "ubuntu-24.04-arm"] 66 os: ["ubuntu-24.04", "ubuntu-24.04-arm"]
67 steps: 67 steps:
68 - name: "Checkout repository" 68 - name: "Checkout repository"
69 uses: actions/checkout@v4 69 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
70 70
71 - name: "Run tests" 71 - name: "Run tests"
72 run: ./scripts/test 72 run: ./scripts/test
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 0c344e5..dad91e3 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -28,7 +28,7 @@ jobs:
28 run: brew install automake libtool 28 run: brew install automake libtool
29 29
30 - name: "Checkout repository" 30 - name: "Checkout repository"
31 uses: actions/checkout@v4 31 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32 32
33 - name: "Run tests" 33 - name: "Run tests"
34 run: ./scripts/test 34 run: ./scripts/test
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c135920..a20bf7d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20 upload_url: "${{ steps.create_release.outputs.upload_url }}" 20 upload_url: "${{ steps.create_release.outputs.upload_url }}"
21 steps: 21 steps:
22 - name: "Checkout repository" 22 - name: "Checkout repository"
23 uses: actions/checkout@v4 23 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
24 24
25 - name: "Generate version changelog" 25 - name: "Generate version changelog"
26 run: .github/scripts/changelog.sh "$VERSION" > release-changelog.txt 26 run: .github/scripts/changelog.sh "$VERSION" > release-changelog.txt
@@ -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@v2 32 uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
33 with: 33 with:
34 body_path: "${{ github.workspace }}/release-changelog.txt" 34 body_path: "${{ github.workspace }}/release-changelog.txt"
35 35
@@ -43,10 +43,10 @@ jobs:
43 arch: [ "Win32", "x64", "ARM64" ] 43 arch: [ "Win32", "x64", "ARM64" ]
44 steps: 44 steps:
45 - name: "Checkout repository" 45 - name: "Checkout repository"
46 uses: actions/checkout@v4 46 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
47 47
48 - name: "Setup MSYS2" 48 - name: "Setup MSYS2"
49 uses: msys2/setup-msys2@v2 49 uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
50 with: 50 with:
51 update: true 51 update: true
52 install: >- 52 install: >-
@@ -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@v2 78 uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
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
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml
index 4ff41c0..ed77dbb 100644
--- a/.github/workflows/rust-openssl.yml
+++ b/.github/workflows/rust-openssl.yml
@@ -19,7 +19,7 @@ jobs:
19 contents: read 19 contents: read
20 steps: 20 steps:
21 - name: "Checkout repository" 21 - name: "Checkout repository"
22 uses: actions/checkout@v4 22 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23 23
24 - name: "Build LibreSSL" 24 - name: "Build LibreSSL"
25 run: | 25 run: |
diff --git a/.github/workflows/solaris.yml b/.github/workflows/solaris.yml
index 902e488..a4355d0 100644
--- a/.github/workflows/solaris.yml
+++ b/.github/workflows/solaris.yml
@@ -19,7 +19,7 @@ jobs:
19 contents: read 19 contents: read
20 steps: 20 steps:
21 - name: "Checkout repository" 21 - name: "Checkout repository"
22 uses: actions/checkout@v4 22 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23 23
24 - name: "Setup" 24 - name: "Setup"
25 run: | 25 run: |
@@ -28,7 +28,7 @@ jobs:
28 ./autogen.sh 28 ./autogen.sh
29 29
30 - name: "Build on VM" 30 - name: "Build on VM"
31 uses: vmactions/solaris-vm@v1 31 uses: vmactions/solaris-vm@47bea106d03acaf91084e52548ee460556011602 # v1.1.8
32 with: 32 with:
33 prepare: | 33 prepare: |
34 pkg install gcc make 34 pkg install gcc make
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 7494a21..3880a7b 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -32,10 +32,10 @@ jobs:
32 generator: "Visual Studio 17 2022" 32 generator: "Visual Studio 17 2022"
33 steps: 33 steps:
34 - name: "Checkout repository" 34 - name: "Checkout repository"
35 uses: actions/checkout@v4 35 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36 36
37 - name: "Setup MSYS2" 37 - name: "Setup MSYS2"
38 uses: msys2/setup-msys2@v2 38 uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0
39 with: 39 with:
40 update: true 40 update: true
41 install: >- 41 install: >-
@@ -64,7 +64,7 @@ jobs:
64 64
65 - name: "Upload build artifacts" 65 - name: "Upload build artifacts"
66 if: always() 66 if: always()
67 uses: actions/upload-artifact@v4 67 uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
68 with: 68 with:
69 name: "${{ matrix.os }}-${{ matrix.arch }}${{ matrix.shared == 'ON' && '-shared' || '' }}-build-results" 69 name: "${{ matrix.os }}-${{ matrix.arch }}${{ matrix.shared == 'ON' && '-shared' || '' }}-build-results"
70 path: "build" 70 path: "build"