diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index f76f086..47de6ce 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -40,7 +40,6 @@ jobs: # only required for workflows in private repositories actions: read contents: read - pull-requests: write # The type of runner that the job will run on runs-on: ubuntu-latest diff --git a/.github/workflows/mobsf.yml b/.github/workflows/mobsf.yml index 11ae937..e4c7a73 100644 --- a/.github/workflows/mobsf.yml +++ b/.github/workflows/mobsf.yml @@ -25,7 +25,6 @@ jobs: contents: read # for actions/checkout to fetch code 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 - pull-requests: write # The type of runner that the job will run on runs-on: ubuntu-latest