From 07c6954a72a048ad16add69a2b114b7bce6daaa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:53:29 +0000 Subject: [PATCH] Update sibiraj-s/action-eslint digest to 3b24012 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca39547..430d44a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: with: node-version: 18 - name: Lint Backend - uses: sibiraj-s/action-eslint@2e3213f837c945a07368d53e42f4c16453c02087 + uses: sibiraj-s/action-eslint@3b240128f2ab7f00fb369e321928d3e2144fe9ec with: token: ${{ secrets.GITHUB_TOKEN }} # optional working-directory: src @@ -29,7 +29,7 @@ jobs: annotations: true use-npx: true - name: Lint Frontend - uses: sibiraj-s/action-eslint@2e3213f837c945a07368d53e42f4c16453c02087 + uses: sibiraj-s/action-eslint@3b240128f2ab7f00fb369e321928d3e2144fe9ec with: token: ${{ secrets.GITHUB_TOKEN }} # optional working-directory: frontend