Merge branch 'v10/dev' into v11/dev

This commit is contained in:
Sebastiaan Janssen
2022-09-20 09:13:22 +02:00
68 changed files with 1002 additions and 720 deletions

View File

@@ -7,9 +7,16 @@ on:
# The branches below must be a subset of the branches above
branches: ['*/dev','*/contrib']
permissions:
contents: read
jobs:
CodeQL-Build:
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/analyze to upload SARIF results
runs-on: ubuntu-latest
permissions:
actions: read