From 5b80936cdf1a1938b4dc16c37d19f667c175bbef Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 22 Jan 2026 06:06:27 +0000 Subject: [PATCH] build: update all github actions See associated pull request for more information. --- .github/workflows/gemini-review.yml | 2 +- github-actions/bazel/setup/action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index 657468afe..c95fb99fa 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: 'Run Gemini security analysis review' - uses: 'google-github-actions/run-gemini-cli@ba709f0578653f8a65869f9b862bd47455cd96d2' # v0.1.18 + uses: 'google-github-actions/run-gemini-cli@5a3b23c898e09c9a9d00e75f7725e83ed603884d' # v0.1.19 id: 'gemini_security_analysis' env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' diff --git a/github-actions/bazel/setup/action.yml b/github-actions/bazel/setup/action.yml index 1266395d4..7c03a8ab6 100644 --- a/github-actions/bazel/setup/action.yml +++ b/github-actions/bazel/setup/action.yml @@ -13,7 +13,7 @@ runs: using: composite steps: - name: Configure action caching for bazel version downloaded by bazelisk - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: | ~/.cache/bazelisk @@ -27,7 +27,7 @@ runs: shell: bash - name: Configure action caching for bazel repository cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: # Note: Bazel repository cache is located in system locations and cannot use # a shared cache between different runner operating systems.