Skip to content

Commit

Permalink
change permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 763305b commit 38beca5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
build-and-scan:
runs-on: ubuntu-latest
permissions:
contents: write
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -29,7 +31,6 @@ jobs:
arguments: :codyze-cli:build -x check --parallel -Pversion=0.0.0
- name: ls
run: |
ls -la
cd build/
ls -la
- name: Run FindSecBugs
Expand Down

0 comments on commit 38beca5

Please sign in to comment.