Skip to content

Commit

Permalink
Introduce CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Sep 26, 2024
1 parent 88ec320 commit 10b1849
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CodeQL

on:
push:

permissions:
actions: read
checks: read
contents: read
security-events: write

jobs:
codeql:
uses: route06/actions/.github/workflows/codeql.yml@v2

0 comments on commit 10b1849

Please sign in to comment.