diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2022-11-25 10:30:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-25 10:30:05 +0100 |
commit | 917dba07fded8ef04967183a4c0443b5cce2db82 (patch) | |
tree | bd3017f225186b3e7f29db257f0d3b5790846ff2 /.github/workflows/codeql-analysis.yml | |
parent | 4ff0dfa44306c4e8a7dc46fcb1c508f7a191638b (diff) | |
parent | 1bc6d81651c5b5fe865515d420fc2772f4997059 (diff) | |
download | monitoring-plugins-917dba07fded8ef04967183a4c0443b5cce2db82.tar.gz |
Merge branch 'master' into dev/check_ssh-patches
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index afe6ab4f..ab8bfaae 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
@@ -39,11 +39,11 @@ jobs: | |||
39 | 39 | ||
40 | steps: | 40 | steps: |
41 | - name: Checkout repository | 41 | - name: Checkout repository |
42 | uses: actions/checkout@v2 | 42 | uses: actions/checkout@v3 |
43 | 43 | ||
44 | # Initializes the CodeQL tools for scanning. | 44 | # Initializes the CodeQL tools for scanning. |
45 | - name: Initialize CodeQL | 45 | - name: Initialize CodeQL |
46 | uses: github/codeql-action/init@v1 | 46 | uses: github/codeql-action/init@v2 |
47 | with: | 47 | with: |
48 | languages: ${{ matrix.language }} | 48 | languages: ${{ matrix.language }} |
49 | # If you wish to specify custom queries, you can do so here or in a config file. | 49 | # If you wish to specify custom queries, you can do so here or in a config file. |