Skip to content

Commit

Permalink
Merge pull request #51 from rrigato/dev
Browse files Browse the repository at this point in the history
codeql javascript analysis
  • Loading branch information
rrigato authored Apr 26, 2024
2 parents 67c456b + ea10d1c commit 97e3d17
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/homepage_codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: "homepage_codeql"

on:
push:
branches: [ "master" ]

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

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

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

0 comments on commit 97e3d17

Please sign in to comment.