diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 15801c4..38e1dd9 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -29,7 +29,7 @@ jobs: security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status name: Scan - runs-on: windows-latest + runs-on: ubuntu-latest steps: # Checkout project source - uses: actions/checkout@v4