From 5a59a94f4c7457a926b306c221eef2d37792682d Mon Sep 17 00:00:00 2001 From: Ishan1522 Date: Sun, 22 Sep 2024 17:58:19 -0400 Subject: [PATCH] try dis --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d669b0e..d6dd8c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,9 +50,9 @@ jobs: lint: name: "Linter" runs-on: ubuntu-latest - permissions: - contents: read # for actions/checkout to fetch code - security-events: write # for github/codeql-action/upload-sarif to upload SARIF results + # permissions: + # contents: read # for actions/checkout to fetch code + # security-events: write # for github/codeql-action/upload-sarif to upload SARIF results steps: - uses: actions/checkout@v4 with: