File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
49
- uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
49
+ uses : github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
50
50
with :
51
51
languages : ${{ matrix.language }}
52
52
# If you wish to specify custom queries, you can do so here or in a config file.
66
66
# - name: Autobuild
67
67
# uses: github/codeql-action/autobuild@v3
68
68
name : Autobuild
69
- uses : github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
69
+ uses : github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
70
70
- if : matrix.language == 'c-cpp'
71
71
name : install
72
72
run : sudo apt-get update && sudo apt-get install gcovr lcov
78
78
cmake --build build --config Release
79
79
cmake --install build --config Release
80
80
- name : Perform CodeQL Analysis
81
- uses : github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
81
+ uses : github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
82
82
with :
83
83
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 65
65
retention-days : 5
66
66
# Upload the results to GitHub's code scanning dashboard.
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
68
+ uses : github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
69
69
with :
70
70
sarif_file : results.sarif
Original file line number Diff line number Diff line change 44
44
run : |
45
45
gcovr -r .. . --filter ../src/ --txt-metric branch --cobertura > coverage.xml
46
46
- name : Upload coverage reports to Codecov
47
- uses : codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
47
+ uses : codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
48
48
env :
49
49
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 16
16
- json
17
17
id : clang-format
18
18
repo : https://github.com/pre-commit/mirrors-clang-format
19
- rev : v18.1.2
19
+ rev : v18.1.3
20
20
- hooks :
21
21
- args :
22
22
- --markdown-linebreak-ext=md
27
27
id : check-json
28
28
- id : no-commit-to-branch
29
29
repo : https://github.com/pre-commit/pre-commit-hooks
30
- rev : v4.5 .0
30
+ rev : v4.6 .0
31
31
- hooks :
32
32
- id : yamlfmt
33
33
repo : https://github.com/google/yamlfmt
You can’t perform that action at this time.
0 commit comments