diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index afecbce..cc03b18 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -14,7 +14,7 @@ jobs: container: # A Docker image with Semgrep installed. Do not change this. image: returntocorp/semgrep - if: (github.actor != dependabot[bot]) + #if: (github.actor != dependabot[bot]) steps: - uses: actions/checkout@v4 - run: semgrep ci