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