]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
RFE: Bump github/codeql-action from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Dec 2023 22:51:45 +0000 (22:51 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 3 Jan 2024 16:49:45 +0000 (09:49 -0700)
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)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/codeql-analysis.yml

index 1b099db380628ea2200a7122d1c0d50d3457092d..e7988b2b5e1e9c25b5444e93b52777ad1ec44a5a 100644 (file)
@@ -19,10 +19,10 @@ jobs:
     - uses: actions/checkout@v4
       with:
         submodules: false
-    - uses: github/codeql-action/init@v2
+    - uses: github/codeql-action/init@v3
       with:
         languages: cpp, python
     - name: Initialize the directory
       uses: ./.github/actions/setup-libcgroup
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v2
+      uses: github/codeql-action/analyze@v3