Skip to content

Commit

Permalink
chore(ci): switch to gh default codeql (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 6, 2025
1 parent 37a11c4 commit f4e7773
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ jobs:
-Dsonar.projectKey=nr-fom
sonar_token: ${{ secrets.SONAR_TOKEN }}

codeql:
name: CodeQL
if: ${{ ! github.event.pull_request.draft }}
needs: [tests]
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: github/codeql-action/analyze@v3

# https://github.com/marketplace/actions/aqua-security-trivy
trivy:
name: Trivy Security Scan
Expand Down

0 comments on commit f4e7773

Please sign in to comment.