X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcodeql-analysis.yml;h=92d0b5d7778799d76e33894919aa7a1ffcd88841;hb=a735b6738fbd7325c9482291e73dd018cd03be0a;hp=3fad9689d9631fa811d90f60c2c2beaca7ddb5c3;hpb=da4b23d0bba98202eb8c8e145ac31011e3f83e1f;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3fad9689..92d0b5d7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,7 +9,7 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: 'CodeQL' +name: CodeQL on: push: @@ -17,8 +17,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [main] - merge_group: - branches: [main] + # merge_group: + # branches: [main] schedule: - cron: '17 15 * * 1' @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL