diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-14 14:16:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 14:16:35 +0100 |
commit | 7db9992445a69df16eb12d349d49ab8968e9a505 (patch) | |
tree | 5ba451708906e328ea2e0056807f150a90c8e563 | |
parent | 97bea3163a3fe50359e7f6ffda747e28974a818a (diff) | |
download | rneovim-7db9992445a69df16eb12d349d49ab8968e9a505.tar.gz rneovim-7db9992445a69df16eb12d349d49ab8968e9a505.tar.bz2 rneovim-7db9992445a69df16eb12d349d49ab8968e9a505.zip |
ci: bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)
-rw-r--r-- | .github/workflows/codeql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 75c932b0a6..c2db78dd25 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,11 +24,11 @@ jobs: - uses: ./.github/actions/setup - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: cpp - run: make - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 |