From e3d398f1a532efd0ed8e585e5214c313cbb0adbf Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:27:52 -0400 Subject: [PATCH] Update semgrep.yml --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 38e1dd9..15801c4 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: ubuntu-latest + runs-on: windows-latest steps: # Checkout project source - uses: actions/checkout@v4