Skip to content

Commit 3f846f1

Browse files
committed
fix: 🐝 CI config
1 parent 0dcd79d commit 3f846f1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
49+
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
5050
with:
5151
languages: ${{ matrix.language }}
5252
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,7 +66,7 @@ jobs:
6666
# - name: Autobuild
6767
# uses: github/codeql-action/autobuild@v3
6868
name: Autobuild
69-
uses: github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
69+
uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
7070
- if: matrix.language == 'c-cpp'
7171
name: install
7272
run: sudo apt-get update && sudo apt-get install gcovr lcov
@@ -78,6 +78,6 @@ jobs:
7878
cmake --build build --config Release
7979
cmake --install build --config Release
8080
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
81+
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
8282
with:
8383
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
retention-days: 5
6666
# Upload the results to GitHub's code scanning dashboard.
6767
- 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
6969
with:
7070
sarif_file: results.sarif

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
run: |
4545
gcovr -r .. . --filter ../src/ --txt-metric branch --cobertura > coverage.xml
4646
- name: Upload coverage reports to Codecov
47-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
47+
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
4848
env:
4949
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- json
1717
id: clang-format
1818
repo: https://github.com/pre-commit/mirrors-clang-format
19-
rev: v18.1.2
19+
rev: v18.1.3
2020
- hooks:
2121
- args:
2222
- --markdown-linebreak-ext=md
@@ -27,7 +27,7 @@ repos:
2727
id: check-json
2828
- id: no-commit-to-branch
2929
repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.5.0
30+
rev: v4.6.0
3131
- hooks:
3232
- id: yamlfmt
3333
repo: https://github.com/google/yamlfmt

0 commit comments

Comments
 (0)