summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorDennis <13968467+Decstasy@users.noreply.github.com>2025-11-25 15:02:52 +0100
committerGitHub <noreply@github.com>2025-11-25 15:02:52 +0100
commitcedfc166d42f4e89dddc1caa44e0655157d35a0a (patch)
treeee980d8df72bc9611099f6a997274831098d4175 /.github/workflows/codeql-analysis.yml
parent978343ed03d3327597fa3317901f1c1741a7e3c4 (diff)
parent3657197cf77ca78f6e2d003a71d48dc5d4dc45ae (diff)
downloadmonitoring-plugins-cedfc166d42f4e89dddc1caa44e0655157d35a0a.tar.gz
Merge branch 'master' into check_dig_flags_feature
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 3 insertions, 3 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