From 5609732eeb9e10eb335ace205fd27a8b1901ac64 Mon Sep 17 00:00:00 2001 From: Michael Shea Date: Tue, 15 Oct 2024 11:10:23 -0700 Subject: [PATCH] override default token to avoid hitting ip allowlist --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e79321ca..16ac439b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,6 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 with: + token: '' # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. fetch-depth: 2