diff options
| author | waja <waja@users.noreply.github.com> | 2023-12-14 06:07:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-14 06:07:55 +0100 |
| commit | 0445456e8bf086a61fee281e73099b761963c46f (patch) | |
| tree | 81b4429dcec0daf20aa29734d57c78f4e60cb201 | |
| parent | 1a824039c4ca33d3e99afc6fafd2b9d507bb8f0d (diff) | |
| parent | 574ad29da84c5c36a2a225ee30facf6120dbeeb3 (diff) | |
| download | monitoring-plugins-0445456e8bf086a61fee281e73099b761963c46f.tar.gz | |
Merge pull request #1973 from monitoring-plugins/dependabot-github_actions-github-codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
| -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 0317c8c0..c402e0cf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
| @@ -44,7 +44,7 @@ jobs: | |||
| 44 | 44 | ||
| 45 | # Initializes the CodeQL tools for scanning. | 45 | # Initializes the CodeQL tools for scanning. |
| 46 | - name: Initialize CodeQL | 46 | - name: Initialize CodeQL |
| 47 | uses: github/codeql-action/init@v2 | 47 | uses: github/codeql-action/init@v3 |
| 48 | with: | 48 | with: |
| 49 | languages: ${{ matrix.language }} | 49 | languages: ${{ matrix.language }} |
| 50 | # If you wish to specify custom queries, you can do so here or in a config file. | 50 | # If you wish to specify custom queries, you can do so here or in a config file. |
| @@ -70,4 +70,4 @@ jobs: | |||
| 70 | make | 70 | make |
| 71 | 71 | ||
| 72 | - name: Perform CodeQL Analysis | 72 | - name: Perform CodeQL Analysis |
| 73 | uses: github/codeql-action/analyze@v2 | 73 | uses: github/codeql-action/analyze@v3 |
