summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-08 04:05:59 +0000
committerGitHub <noreply@github.com>2025-10-08 04:05:59 +0000
commit33bd81b2b8d56c6a2176b2ac53ae0892fc8ba468 (patch)
treeec65bbc1dc4a9cc051e22850405f6d3dd6aca608
parentce10a6ff37119348503086686971eba1190a90a5 (diff)
downloadmonitoring-plugins-33bd81b2b8d56c6a2176b2ac53ae0892fc8ba468.tar.gz
build(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/codeql-analysis.yml4
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