Merge branch 'master' into plugins-root-lcrypto

This commit is contained in:
Lorenz Kästle 2023-12-23 15:38:41 +01:00 committed by GitHub
commit 845c7a090f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@ -70,4 +70,4 @@ jobs:
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

View file

@ -49,10 +49,10 @@ jobs:
fail-fast: false
matrix:
distro:
- 'debian:testing'
- 'debian:stable'
#...
include:
- distro: 'debian:testing'
- distro: 'debian:stable'
prepare: .github/prepare_debian.sh
#...
steps: