Skip to content

Commit

Permalink
ci: adds codeql github action (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Jun 28, 2024
1 parent 2cf72f7 commit 92c5f1e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "CodeQL"
on:
push:
branches: main
pull_request:
branches: main
permissions:
contents: read
jobs:
analyze:
name: Analyze
if: github.repository == 'aws-games/cloud-game-development'
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 92c5f1e

Please sign in to comment.