diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-12-13 16:11:58 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-13 16:11:58 +0000 |
| commit | c742e8b359b6b2de4cf7b742cbef9356b981f542 (patch) | |
| tree | 8f3da62679936850145e2af64e51d86b1cc5a7fe /.github | |
| parent | chore(deps): update dependency @types/node to v18 (#41) (diff) | |
| download | holo-schedule-renovate/github-codeql-action-3.x.tar.xz holo-schedule-renovate/github-codeql-action-3.x.zip | |
chore(deps): update github/codeql-action action to v3renovate/github-codeql-action-3.x
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7c62dae..4e49e62 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -53,7 +53,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v3 # âšī¸ Command-line programs to run using the OS shell. # đ https://git.io/JvXDl @@ -67,4 +67,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 |