From 31b6f7397dec85258cc8fdd29a61b941ca27d276 Mon Sep 17 00:00:00 2001 From: davidliu <242400+davidliu@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:25:34 +0000 Subject: [PATCH] chore(pinact): pin/update GitHub Actions --- .github/workflows/native_build.yaml | 10 +++++----- .github/workflows/pinact_update.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/native_build.yaml b/.github/workflows/native_build.yaml index d408df4c..3b337147 100644 --- a/.github/workflows/native_build.yaml +++ b/.github/workflows/native_build.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: set up JDK 17 - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 + uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 with: java-version: '17' distribution: 'adopt' @@ -27,7 +27,7 @@ jobs: cache: 'yarn' cache-dependency-path: '**/yarn.lock' - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.npm @@ -62,7 +62,7 @@ jobs: cache: 'yarn' cache-dependency-path: '**/yarn.lock' - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.npm @@ -74,7 +74,7 @@ jobs: ${{ runner.os }}-node- - name: Cache gem bundle - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ./ci/vendor key: ${{ runner.os }}-gembundle-${{ hashFiles('**/Gemfile.lock') }} @@ -82,7 +82,7 @@ jobs: ${{ runner.os }}-gembundle- - name: Cache cocoapods - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ./ci/ios/Pods key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }} diff --git a/.github/workflows/pinact_update.yaml b/.github/workflows/pinact_update.yaml index 407b51e8..ddb08f20 100644 --- a/.github/workflows/pinact_update.yaml +++ b/.github/workflows/pinact_update.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install aqua (installs pinact) - uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 + uses: aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5 with: aqua_version: v2.56.1 aqua_opts: "-c aqua.yaml" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e66c4c60..4226875f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: with: node-version: 22 - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | ~/.npm