diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-12-23 15:38:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 15:38:41 +0100 |
commit | 845c7a090f7b1ef14f2473bad4ae97393272d998 (patch) | |
tree | 945017714ad3068a666f01b55ef416b8f8a7cdc4 /.github/workflows/codeql-analysis.yml | |
parent | f25648d6bbfdefd25d8c366e3e6913927bd3fe75 (diff) | |
parent | b1442d73d21cc2ce14328069d4f8532eb2cf7f83 (diff) | |
download | monitoring-plugins-845c7a090f7b1ef14f2473bad4ae97393272d998.tar.gz |
Merge branch 'master' into plugins-root-lcrypto
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0317c8c0..c402e0cf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
@@ -44,7 +44,7 @@ jobs: | |||
44 | 44 | ||
45 | # Initializes the CodeQL tools for scanning. | 45 | # Initializes the CodeQL tools for scanning. |
46 | - name: Initialize CodeQL | 46 | - name: Initialize CodeQL |
47 | uses: github/codeql-action/init@v2 | 47 | uses: github/codeql-action/init@v3 |
48 | with: | 48 | with: |
49 | languages: ${{ matrix.language }} | 49 | languages: ${{ matrix.language }} |
50 | # If you wish to specify custom queries, you can do so here or in a config file. | 50 | # If you wish to specify custom queries, you can do so here or in a config file. |
@@ -70,4 +70,4 @@ jobs: | |||
70 | make | 70 | make |
71 | 71 | ||
72 | - name: Perform CodeQL Analysis | 72 | - name: Perform CodeQL Analysis |
73 | uses: github/codeql-action/analyze@v2 | 73 | uses: github/codeql-action/analyze@v3 |