diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index d9572cb0299..8e47c8087c2 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -18,7 +18,7 @@ jobs: bundler-cache: true - name: Run bundle-audit (checks gems for CVE issues) - run: bundle exec bundle-audit check --update --ignore CVE-2023-26141 CVE-2024-27456 + run: bundle exec bundle-audit check --update --ignore CVE-2024-27456 - name: Run Rubocop run: bundle exec rubocop --parallel --format github