Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Sep 23, 2024
1 parent 8e5083e commit 19915c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ master,"1.5","1.6" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ master,"1.5","1.6" ]
schedule:
- cron: '16 9 * * 1'

Expand Down Expand Up @@ -68,3 +68,13 @@ jobs:

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

- name: Analyze with SonarCloud
uses: SonarSource/sonarcloud-github-action@latest
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
with:
args:
-Dsonar.projectKey=cassproject_cass-npm
-Dsonar.organization=cassproject
projectBaseDir: .
63 changes: 0 additions & 63 deletions .github/workflows/sonarcloud.yml

This file was deleted.

0 comments on commit 19915c0

Please sign in to comment.