Bump github/codeql-action from 2 to 3 (#16623)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 20, 2023 at 07:36 UTC
9caccd13c7ecb484fa9dd99acef2b4a63b7bbee3
1 file changed
+4
-4
.github/workflows/codeql.yml
+4
-4
@@ -81,7 +81,7 @@ jobs:
81
submodules: recursive
82
fetch-depth: 0
83
- name: Initialize CodeQL
84
- uses: github/codeql-action/init@v2
84
+ uses: github/codeql-action/init@v3
85
with:
86
languages: cpp
87
config-file: ./.github/codeql/c-cpp-config.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Build netdata
91
run: ./netdata-installer.sh --dont-start-it --disable-telemetry --dont-wait --install-prefix /tmp/install --one-time-build
92
- name: Run CodeQL
93
- uses: github/codeql-action/analyze@v2
93
+ uses: github/codeql-action/analyze@v3
94
with:
95
category: "/language:cpp"
96
@@ -108,11 +108,11 @@ jobs:
108
submodules: recursive
109
fetch-depth: 0
110
- name: Initialize CodeQL
111
- uses: github/codeql-action/init@v2
111
+ uses: github/codeql-action/init@v3
112
with:
113
config-file: ./.github/codeql/python-config.yml
114
languages: python
115
- name: Run CodeQL
116
- uses: github/codeql-action/analyze@v2
116
+ uses: github/codeql-action/analyze@v3
117
with:
118
category: "/language:python"