Skip to content

Commit

Permalink
update codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
otakuu committed Nov 21, 2024
1 parent 9a7672a commit c8283b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
permissions:
actions: read
contents: read
packages: read
security-events: write

steps:
Expand All @@ -31,6 +32,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: java-kotlin
build-mode: manual
- name: Build code
run: |
./gradlew buildPlugin
Expand Down

0 comments on commit c8283b8

Please sign in to comment.