diff options
author | waja <waja@users.noreply.github.com> | 2025-10-08 06:33:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-08 06:33:34 +0200 |
commit | bb9fcf5bfaf34aeffd651919b5a14b631b9fceb4 (patch) | |
tree | ec65bbc1dc4a9cc051e22850405f6d3dd6aca608 | |
parent | ce10a6ff37119348503086686971eba1190a90a5 (diff) | |
parent | 33bd81b2b8d56c6a2176b2ac53ae0892fc8ba468 (diff) | |
download | monitoring-plugins-bb9fcf5bfaf34aeffd651919b5a14b631b9fceb4.tar.gz |
Merge pull request #2166 from monitoring-plugins/dependabot-github_actions-github-codeql-action-4HEADmaster
-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 e01aa5fc..8f191037 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
@@ -45,7 +45,7 @@ jobs: | |||
45 | 45 | ||
46 | # Initializes the CodeQL tools for scanning. | 46 | # Initializes the CodeQL tools for scanning. |
47 | - name: Initialize CodeQL | 47 | - name: Initialize CodeQL |
48 | uses: github/codeql-action/init@v3 | 48 | uses: github/codeql-action/init@v4 |
49 | with: | 49 | with: |
50 | languages: ${{ matrix.language }} | 50 | languages: ${{ matrix.language }} |
51 | # If you wish to specify custom queries, you can do so here or in a config file. | 51 | # If you wish to specify custom queries, you can do so here or in a config file. |
@@ -82,4 +82,4 @@ jobs: | |||
82 | make | 82 | make |
83 | 83 | ||
84 | - name: Perform CodeQL Analysis | 84 | - name: Perform CodeQL Analysis |
85 | uses: github/codeql-action/analyze@v3 | 85 | uses: github/codeql-action/analyze@v4 |