diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-07-25 00:25:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 00:25:35 +0000 |
| commit | e0bc80493b02f53cb06e17820b3bbf59cdbb77a9 (patch) | |
| tree | d335d703420d3f043048f50c404cb49207a19724 /.github | |
| parent | b0c9009d1b10b691b4e6c2d35a6326c3fffae8ef (diff) | |
| download | portable-e0bc80493b02f53cb06e17820b3bbf59cdbb77a9.tar.gz portable-e0bc80493b02f53cb06e17820b3bbf59cdbb77a9.tar.bz2 portable-e0bc80493b02f53cb06e17820b3bbf59cdbb77a9.zip | |
ci: update actions/checkout action to v7.0.1
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cmake-config.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/coverity.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/emscripten.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/fedora-rawhide.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/freebsd.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/linux.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/rust-openssl.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/solaris.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
12 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 38a5462..5e5cf66 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 28 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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/cmake-config.yml b/.github/workflows/cmake-config.yml index 9719aac..5b57b78 100644 --- a/.github/workflows/cmake-config.yml +++ b/.github/workflows/cmake-config.yml | |||
| @@ -24,7 +24,7 @@ jobs: | |||
| 24 | contents: read | 24 | contents: read |
| 25 | steps: | 25 | steps: |
| 26 | - name: "Checkout repository" | 26 | - name: "Checkout repository" |
| 27 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 27 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 28 | 28 | ||
| 29 | - name: "Setup Windows dependencies" | 29 | - name: "Setup Windows dependencies" |
| 30 | if: runner.os == 'Windows' | 30 | if: runner.os == 'Windows' |
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index db0ca5b..f00e2a2 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 25 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 26 | 26 | ||
| 27 | - name: "Install dependencies" | 27 | - name: "Install dependencies" |
| 28 | run: | | 28 | run: | |
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index fa5d8df..2addcec 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | contents: read | 20 | contents: read |
| 21 | steps: | 21 | steps: |
| 22 | - name: "Checkout repository" | 22 | - name: "Checkout repository" |
| 23 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 23 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 24 | 24 | ||
| 25 | - name: "Setup emsdk" | 25 | - name: "Setup emsdk" |
| 26 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 | 26 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 |
| @@ -48,7 +48,7 @@ jobs: | |||
| 48 | contents: read | 48 | contents: read |
| 49 | steps: | 49 | steps: |
| 50 | - name: "Checkout repository" | 50 | - name: "Checkout repository" |
| 51 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 51 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 52 | 52 | ||
| 53 | - name: "Setup emsdk" | 53 | - name: "Setup emsdk" |
| 54 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 | 54 | uses: mymindstorm/setup-emsdk@4528d102f7230f0e7b276855c01ea1159be0e984 # v16 |
diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml index 9dc48a1..1283c4a 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@sha256:0c1f63ed8fb818fad16cf6ae091598c410a21d2e1a9adf183beb93189299bfba | 24 | image: fedora:rawhide@sha256:0c1f63ed8fb818fad16cf6ae091598c410a21d2e1a9adf183beb93189299bfba |
| 25 | steps: | 25 | steps: |
| 26 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 26 | - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 0828c5a..186c8aa 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 25 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 26 | 26 | ||
| 27 | - name: "Setup" | 27 | - name: "Setup" |
| 28 | run: | | 28 | run: | |
| @@ -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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 52 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 53 | 53 | ||
| 54 | - name: "Setup" | 54 | - name: "Setup" |
| 55 | run: | | 55 | run: | |
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d6f5e2b..a44df9d 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 47 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 69 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 0cefdcc..9b9d5e4 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 31 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 6c590a2..86023cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | contents: write # Required to create release. | 20 | contents: write # Required to create release. |
| 21 | steps: | 21 | steps: |
| 22 | - name: "Checkout repository" | 22 | - name: "Checkout repository" |
| 23 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 23 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 24 | with: | 24 | with: |
| 25 | persist-credentials: false | 25 | persist-credentials: false |
| 26 | 26 | ||
| @@ -52,7 +52,7 @@ jobs: | |||
| 52 | arch: [ "Win32", "x64", "ARM64" ] | 52 | arch: [ "Win32", "x64", "ARM64" ] |
| 53 | steps: | 53 | steps: |
| 54 | - name: "Checkout repository" | 54 | - name: "Checkout repository" |
| 55 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 55 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 56 | with: | 56 | with: |
| 57 | persist-credentials: false | 57 | persist-credentials: false |
| 58 | 58 | ||
diff --git a/.github/workflows/rust-openssl.yml b/.github/workflows/rust-openssl.yml index 47791a7..37d377f 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 22 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 223be20..0b37515 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 22 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 23 | 23 | ||
| 24 | - name: "Setup" | 24 | - name: "Setup" |
| 25 | run: | | 25 | run: | |
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3383ff6..0cd342e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -26,7 +26,7 @@ jobs: | |||
| 26 | shared: ["ON", "OFF"] | 26 | shared: ["ON", "OFF"] |
| 27 | steps: | 27 | steps: |
| 28 | - name: "Checkout repository" | 28 | - name: "Checkout repository" |
| 29 | uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | 29 | uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
| 30 | 30 | ||
| 31 | - name: "Setup MSYS2" | 31 | - name: "Setup MSYS2" |
| 32 | uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0 | 32 | uses: msys2/setup-msys2@66cd2cce69caa17b53920067426061ca1de3a884 # v2.32.0 |
