diff --git a/.github/workflows/__quality_checks.yml b/.github/workflows/__quality_checks.yml index f35282a5ed..5bc0c2e1bf 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@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0 + uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0 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 9b19c09f58..5ee7dd8f2e 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@1a6ab971cf4e73aaab3645690a8df834b1f09c53 # v4.1.12 + uses: CatChen/eslint-suggestion-action@7819aa912a5fb773dab8d99c9c04d953b668e3df # v4.1.14 with: github-token: ${{ secrets.GITHUB_TOKEN }}