mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 02:50:40 +01:00
Add actions analysis
This commit is contained in:
parent
77819a7066
commit
525c424f8d
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -31,11 +31,11 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ python, cpp ]
|
||||
language: [ python, cpp, actions ]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Packages (cpp)
|
||||
if: ${{ matrix.language == 'cpp' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user