From 6c961402a43853fdde1a74ba82038a777d58b88a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:07:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b684943 --- .github/workflows/code_quality.yml | 4 ++-- .github/workflows/deploy-production.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 34b29d9..8ff0a9a 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -12,7 +12,7 @@ jobs: name: Run ESLint runs-on: ubuntu-latest steps: - - uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3 + - uses: actions/checkout@b6849436894e144dbce29d7d7fda2ae3bf9d8365 # pin@v3 - name: Use Node.js 18 uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # pin@v3 with: @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest needs: [ "lint" ] steps: - - uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3 + - uses: actions/checkout@b6849436894e144dbce29d7d7fda2ae3bf9d8365 # pin@v3 - name: Use Node.js 18 uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # pin@v3 with: diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 2fab5c4..bc94119 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -14,7 +14,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout current commit - uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3 + uses: actions/checkout@b6849436894e144dbce29d7d7fda2ae3bf9d8365 # pin@v3 - name: Use Node.JS 18 uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # pin@v3