summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-21 04:07:31 +0000
committerGitHub <noreply@github.com>2025-11-21 04:07:31 +0000
commitf807e653474b29a2032ef205c96b024b73407ef7 (patch)
tree7491df1aaeeb68e76cd10d8ab682179b436f8051 /.github/workflows/codeql-analysis.yml
parent8c2fe21c3a3a392b084fd5a67bc5f250c2a9ec34 (diff)
downloadmonitoring-plugins-f807e653.tar.gz
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8f191037..bd1037f4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -41,7 +41,7 @@ jobs:
41 41
42 steps: 42 steps:
43 - name: Checkout repository 43 - name: Checkout repository
44 uses: actions/checkout@v5 44 uses: actions/checkout@v6
45 45
46 # Initializes the CodeQL tools for scanning. 46 # Initializes the CodeQL tools for scanning.
47 - name: Initialize CodeQL 47 - name: Initialize CodeQL