Skip to content

Commit 520b819

Browse files
committed
fix(common): Fix clang-tidy runner to use supported versions
1 parent 40142cd commit 520b819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/clang-tidy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
jobs:
1010
build:
1111
name: Run clang-tidy
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
container: espressif/idf:latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
submodules: 'true'
1818
- name: Install esp-clang
@@ -50,7 +50,7 @@ jobs:
5050
results.sarif
5151
results.sarif.raw
5252
- name: Upload SARIF file
53-
uses: github/codeql-action/upload-sarif@v2
53+
uses: github/codeql-action/upload-sarif@v3
5454
with:
5555
sarif_file: results.sarif
5656
category: clang-tidy

0 commit comments

Comments
 (0)