diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-19 09:33:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-19 09:33:51 +0200 |
| commit | 167be08c4be309b46a783f7b7172421437fafc6a (patch) | |
| tree | ac6f3b28f1e80c0d75b5b18ef2f8ff1a62d65fcb /.github/workflows/codeql-analysis.yml | |
| parent | 2b91a9e2977055aa8b212092a66f01864f2b5720 (diff) | |
| download | monitoring-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.yml | 2 |
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 |
