From 1d5a1520a54a8ea9d94a44b16d97be33a4448631 Mon Sep 17 00:00:00 2001 From: "renovate-coveo[bot]" <115253437+renovate-coveo[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:52:52 +0000 Subject: [PATCH] chore(deps): update non-major github actions --- .github/workflows/createNewAtomicSandBoxDemo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/createNewAtomicSandBoxDemo.yml b/.github/workflows/createNewAtomicSandBoxDemo.yml index b140568..83b2428 100644 --- a/.github/workflows/createNewAtomicSandBoxDemo.yml +++ b/.github/workflows/createNewAtomicSandBoxDemo.yml @@ -7,14 +7,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Harden Runner - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit - name: Setup Ruby in runner uses: ruby/setup-ruby@ee26e27437bde475b19a6bf8cb73c9fa658876a2 with: - ruby-version: '3.1.2' + ruby-version: '3.4.7' env: ImageOS: ubuntu22 - uses: actions/checkout@v4