diff options
| author | Dennis <13968467+Decstasy@users.noreply.github.com> | 2025-11-25 15:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 15:02:52 +0100 |
| commit | cedfc166d42f4e89dddc1caa44e0655157d35a0a (patch) | |
| tree | ee980d8df72bc9611099f6a997274831098d4175 /.github/workflows | |
| parent | 978343ed03d3327597fa3317901f1c1741a7e3c4 (diff) | |
| parent | 3657197cf77ca78f6e2d003a71d48dc5d4dc45ae (diff) | |
| download | monitoring-plugins-cedfc166d42f4e89dddc1caa44e0655157d35a0a.tar.gz | |
Merge branch 'master' into check_dig_flags_feature
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 | ||||
| -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, 8 insertions, 8 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e01aa5fc..bd1037f4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -41,11 +41,11 @@ 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 |
| 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 |
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 14b82781..f19cc920 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@v5 | 21 | uses: actions/checkout@v6 |
| 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 0e69c251..a7e9b9d6 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@v5 | 33 | uses: actions/checkout@v6 |
| 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@v5 | 71 | uses: actions/checkout@v6 |
| 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 1ac8aaf3..5a0b2943 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@v5 | 31 | uses: actions/checkout@v6 |
| 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@v5 | 72 | uses: actions/checkout@v6 |
| 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 }} |
