Skip to content

Commit

Permalink
add permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 21, 2024
1 parent 965df93 commit 2c7ab83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 2c7ab83

Please sign in to comment.