Skip to content

Commit

Permalink
Merge pull request #94 from amzn/create_code_ql
Browse files Browse the repository at this point in the history
Create codeql.yml
  • Loading branch information
tachyonics committed Aug 13, 2023
2 parents a84d950 + 29610bf commit 74c7cea
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/codeql.yml
@@ -0,0 +1,29 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
run-codeql-linux:
name: Run CodeQL on Linux
runs-on: ubuntu-latest
permissions:
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: swift

- name: Build
run: swift build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 74c7cea

Please sign in to comment.