X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcodeql-analysis.yml;h=92d0b5d7778799d76e33894919aa7a1ffcd88841;hb=a735b6738fbd7325c9482291e73dd018cd03be0a;hp=652298c6a55a400fca631e99c0745900c3a6c4fc;hpb=0d63492c32cd52eb2879fe69a69c54d41c153e70;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 652298c6..92d0b5d7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,14 +9,16 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: 'CodeQL' +name: CodeQL on: push: - branches: [master] + branches: [main] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [main] + # merge_group: + # branches: [main] schedule: - cron: '17 15 * * 1' @@ -39,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