Skip to content

Commit

Permalink
Ajout codeql (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Axtazer authored Nov 11, 2024
1 parent 4f63ad2 commit d72cbc4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,30 @@ on:
- main

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repo
uses: actions/checkout@v4

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

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

build:
name: Build
runs-on: ubuntu-latest
needs: analyze

steps:
- name: Checkout repo
Expand Down

0 comments on commit d72cbc4

Please sign in to comment.