From 9622d185d927dab4133e9fa06677f3673536615e Mon Sep 17 00:00:00 2001 From: lijunlong Date: Mon, 24 Aug 2026 13:07:18 +0800 Subject: [PATCH 1/2] tests: update nginx to 1.31.4 --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 772fff49..fc8f5f06 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -15,8 +15,8 @@ jobs: fail-fast: false matrix: include: - - name: "nginx 1.31.3 + OpenSSL" - NGINX_VERSION: "1.31.3" + - name: "nginx 1.31.4 + OpenSSL" + NGINX_VERSION: "1.31.4" services: redis: From 5c2ecbe28d76d1b58c3d82a3f63a10d56b40e51e Mon Sep 17 00:00:00 2001 From: lijunlong Date: Mon, 24 Aug 2026 15:14:13 +0800 Subject: [PATCH 2/2] ci: update actions for Node.js 24 --- .github/workflows/build_and_test.yml | 2 +- .github/workflows/semantic-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index fc8f5f06..8959a749 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -44,7 +44,7 @@ jobs: MALLOC_PERTURB_: "9" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Install system packages run: | diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 12b87cb3..f7a470c4 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -12,7 +12,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v4 + - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: