summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-19 09:33:51 +0200
committerGitHub <noreply@github.com>2026-06-19 09:33:51 +0200
commit167be08c4be309b46a783f7b7172421437fafc6a (patch)
treeac6f3b28f1e80c0d75b5b18ef2f8ff1a62d65fcb /.github/workflows/codeql-analysis.yml
parent2b91a9e2977055aa8b212092a66f01864f2b5720 (diff)
downloadmonitoring-plugins-167be08c4be309b46a783f7b7172421437fafc6a.tar.gz
build(deps): bump actions/checkout from 6 to 7 (#2285)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 bd1037f4..1e7ff45a 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@v6 44 uses: actions/checkout@v7
45 45
46 # Initializes the CodeQL tools for scanning. 46 # Initializes the CodeQL tools for scanning.
47 - name: Initialize CodeQL 47 - name: Initialize CodeQL