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 | |
| 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')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/spellcheck.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test-next.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 4 |
4 files changed, 6 insertions, 6 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 |
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index f19cc920..7027e436 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | runs-on: ubuntu-latest | 18 | runs-on: ubuntu-latest |
| 19 | steps: | 19 | steps: |
| 20 | - name: Checkout | 20 | - name: Checkout |
| 21 | uses: actions/checkout@v6 | 21 | uses: actions/checkout@v7 |
| 22 | - name: Codespell | 22 | - name: Codespell |
| 23 | uses: codespell-project/actions-codespell@v2 | 23 | uses: codespell-project/actions-codespell@v2 |
| 24 | with: | 24 | with: |
diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index a7e9b9d6..8516f34a 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml | |||
| @@ -30,7 +30,7 @@ jobs: | |||
| 30 | prepare: .github/prepare_debian.sh | 30 | prepare: .github/prepare_debian.sh |
| 31 | steps: | 31 | steps: |
| 32 | - name: Git clone repository | 32 | - name: Git clone repository |
| 33 | uses: actions/checkout@v6 | 33 | uses: actions/checkout@v7 |
| 34 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 34 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
| 35 | uses: mxschmitt/action-tmate@v3 | 35 | uses: mxschmitt/action-tmate@v3 |
| 36 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 36 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
| @@ -68,7 +68,7 @@ jobs: | |||
| 68 | - {"distro": "fedora:rawhide", "build": ".github/mock.sh"} | 68 | - {"distro": "fedora:rawhide", "build": ".github/mock.sh"} |
| 69 | steps: | 69 | steps: |
| 70 | - name: Git clone repository | 70 | - name: Git clone repository |
| 71 | uses: actions/checkout@v6 | 71 | uses: actions/checkout@v7 |
| 72 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 72 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
| 73 | uses: mxschmitt/action-tmate@v3 | 73 | uses: mxschmitt/action-tmate@v3 |
| 74 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 74 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a0b2943..526b5c3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -28,7 +28,7 @@ jobs: | |||
| 28 | prepare: .github/prepare_debian.sh | 28 | prepare: .github/prepare_debian.sh |
| 29 | steps: | 29 | steps: |
| 30 | - name: Git clone repository | 30 | - name: Git clone repository |
| 31 | uses: actions/checkout@v6 | 31 | uses: actions/checkout@v7 |
| 32 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 32 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
| 33 | uses: mxschmitt/action-tmate@v3 | 33 | uses: mxschmitt/action-tmate@v3 |
| 34 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 34 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
| @@ -69,7 +69,7 @@ jobs: | |||
| 69 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} | 69 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} |
| 70 | steps: | 70 | steps: |
| 71 | - name: Git clone repository | 71 | - name: Git clone repository |
| 72 | uses: actions/checkout@v6 | 72 | uses: actions/checkout@v7 |
| 73 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate | 73 | - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate |
| 74 | uses: mxschmitt/action-tmate@v3 | 74 | uses: mxschmitt/action-tmate@v3 |
| 75 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 75 | if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
