forked from espressif/esp-protocols
fix(common): Fix clang-tidy runner to use supported versions
This commit is contained in:
6
.github/workflows/clang-tidy.yml
vendored
6
.github/workflows/clang-tidy.yml
vendored
@@ -9,10 +9,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Run clang-tidy
|
name: Run clang-tidy
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
container: espressif/idf:latest
|
container: espressif/idf:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
- name: Install esp-clang
|
- name: Install esp-clang
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
results.sarif
|
results.sarif
|
||||||
results.sarif.raw
|
results.sarif.raw
|
||||||
- name: Upload SARIF file
|
- name: Upload SARIF file
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
category: clang-tidy
|
category: clang-tidy
|
||||||
|
Reference in New Issue
Block a user