Skip to content

Commit

Permalink
ci: remove unused permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Jan 30, 2024
1 parent 4a0f737 commit e53a1d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mobsf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e53a1d8

Please sign in to comment.