diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-11-22 13:24:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 13:24:26 +0100 |
| commit | 983519d07d5ddf3e0cb99282fda6583bba2a6e96 (patch) | |
| tree | 7491df1aaeeb68e76cd10d8ab682179b436f8051 /.github/workflows/codeql-analysis.yml | |
| parent | 8c2fe21c3a3a392b084fd5a67bc5f250c2a9ec34 (diff) | |
| parent | f807e653474b29a2032ef205c96b024b73407ef7 (diff) | |
| download | monitoring-plugins-983519d0.tar.gz | |
Merge pull request #2179 from monitoring-plugins/dependabot-github_actions-actions-checkout-6
build(deps): bump actions/checkout from 5 to 6
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 8f191037..bd1037f4 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@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 |
