Skip to content

Commit

Permalink
Merge pull request #511 from rsksmart/Stable-Test
Browse files Browse the repository at this point in the history
Sonar config sync
  • Loading branch information
Luisfc68 authored Aug 15, 2024
2 parents ad081e5 + 6bda1fc commit 532c7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: "CodeQL"

on:
push:
branches: [ "master", "stable-test", "qa-test"]
branches: [ "master", "Stable-Test", "QA-Test"]
pull_request:
branches: [ "master", "stable-test" ]
branches: [ "master", "Stable-Test", "QA-Test"]
schedule:
- cron: "19 6 * * 1"
- cron: "0 0 * * 1"

jobs:
analyze:
Expand All @@ -24,7 +24,7 @@ jobs:

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
12 changes: 0 additions & 12 deletions sonar-project.properties

This file was deleted.

0 comments on commit 532c7aa

Please sign in to comment.