summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-09-05 13:12:21 (GMT)
committerGitHub <noreply@github.com>2023-09-05 13:12:21 (GMT)
commit8e2b1a1f3fd9c45fd3a44742de6ae69b5b6f5020 (patch)
treee0255df7b87106291b1c00f390135bc45654b091
parentaf6337b4fcc7091396bd3c252a42ed1fd786cfeb (diff)
parent743d41da0eb6452073b4a3f3f773704ae42356db (diff)
downloadmonitoring-plugins-8e2b1a1.tar.gz
Merge pull request #1915 from monitoring-plugins/dependabot-github_actions-actions-checkout-4
Bump actions/checkout from 3 to 4
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/test.yml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 43b35d3..0317c8c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -40,7 +40,7 @@ jobs:
40 40
41 steps: 41 steps:
42 - name: Checkout repository 42 - name: Checkout repository
43 uses: actions/checkout@v3 43 uses: actions/checkout@v4
44 44
45 # Initializes the CodeQL tools for scanning. 45 # Initializes the CodeQL tools for scanning.
46 - name: Initialize CodeQL 46 - name: Initialize CodeQL
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5b9f1fc..77b09f4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16 runs-on: ubuntu-latest 16 runs-on: ubuntu-latest
17 steps: 17 steps:
18 - name: Checkout 18 - name: Checkout
19 uses: actions/checkout@v3 19 uses: actions/checkout@v4
20 - name: Codespell 20 - name: Codespell
21 uses: codespell-project/actions-codespell@v2 21 uses: codespell-project/actions-codespell@v2
22 with: 22 with:
@@ -31,7 +31,7 @@ jobs:
31# runs-on: ubuntu-latest 31# runs-on: ubuntu-latest
32# steps: 32# steps:
33# - name: Checkout 33# - name: Checkout
34# uses: actions/checkout@v3 34# uses: actions/checkout@v4
35# - name: Lint Code Base 35# - name: Lint Code Base
36# uses: github/super-linter@v5.0.0 36# uses: github/super-linter@v5.0.0
37# env: 37# env:
@@ -57,7 +57,7 @@ jobs:
57 #... 57 #...
58 steps: 58 steps:
59 - name: Git clone repository 59 - name: Git clone repository
60 uses: actions/checkout@v3 60 uses: actions/checkout@v4
61 #- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate 61 #- name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate
62 # uses: mxschmitt/action-tmate@v3 62 # uses: mxschmitt/action-tmate@v3
63 - name: Run the tests on ${{ matrix.distro }} 63 - name: Run the tests on ${{ matrix.distro }}