From 5d2e7b7da1bc4082aecd9b6e6996f0ba153f1319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 21:10:35 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/__quality_checks.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__quality_checks.yml b/.github/workflows/__quality_checks.yml index 013f81240c..42439c66ef 100644 --- a/.github/workflows/__quality_checks.yml +++ b/.github/workflows/__quality_checks.yml @@ -20,7 +20,7 @@ jobs: show-progress: false - name: Scan - uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0 + uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1 with: ## Workaround from https://github.com/actions/dependency-review-action/issues/456 ## TODO: Remove when necessary diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6f874a5f28..a1fa34dbe3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -95,6 +95,6 @@ jobs: run: npm ci --no-audit - name: Run eslint - uses: CatChen/eslint-suggestion-action@82d525bf0c6a9ff5bdb6c5c5caee6b25971ac766 # v4.1.16 + uses: CatChen/eslint-suggestion-action@04af6ad359e691c79287ee21c478e706fb482d1f # v4.1.17 with: github-token: ${{ secrets.GITHUB_TOKEN }}