Skip to content

Commit

Permalink
Merge pull request #7 from route06inc/codeql
Browse files Browse the repository at this point in the history
Introduce CodeQL workflow
  • Loading branch information
masutaka authored Oct 1, 2024
2 parents 88ec320 + 10b1849 commit 2ce91e4
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 2ce91e4

Please sign in to comment.