diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efa6a4aff..a3ad84dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,7 +160,7 @@ jobs: - name: Check semgrep rules if: steps.changed-files.outputs.all_changed_files - run: semgrep -c .semgrep_rules -c r/python --error -l python --skip-unknown-extensions ${{ steps.changed-files.outputs.all_changed_files }} + run: semgrep -c .semgrep_rules -c r/python --error --skip-unknown-extensions ${{ steps.changed-files.outputs.all_changed_files }} containerbuild: strategy: