diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-05 13:12:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:12:21 (GMT) |
commit | 8e2b1a1f3fd9c45fd3a44742de6ae69b5b6f5020 (patch) | |
tree | e0255df7b87106291b1c00f390135bc45654b091 /.github/workflows/codeql-analysis.yml | |
parent | af6337b4fcc7091396bd3c252a42ed1fd786cfeb (diff) | |
parent | 743d41da0eb6452073b4a3f3f773704ae42356db (diff) | |
download | monitoring-plugins-8e2b1a1f3fd9c45fd3a44742de6ae69b5b6f5020.tar.gz |
Merge pull request #1915 from monitoring-plugins/dependabot-github_actions-actions-checkout-4
Bump actions/checkout from 3 to 4
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 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 |