Skip to content

Commit 28822b2

Browse files
authored
Merge pull request #101 from rodneylab/ci__update_ci_config
ci update ci config
2 parents 34373d4 + a241a38 commit 28822b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Generate code coverage
111111
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/
112112
- name: Upload coverage reports to Codecov
113-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
113+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
114114
with:
115115
files: ./target/debug/lcov
116116
env:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/commitizen-tools/commitizen
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: commitizen
66
stages:
@@ -12,7 +12,7 @@ repos:
1212
- id: cargo-check
1313
- id: clippy
1414
- repo: https://github.com/gitleaks/gitleaks
15-
rev: v8.24.2
15+
rev: v8.24.3
1616
hooks:
1717
- id: gitleaks
1818
- repo: https://github.com/google/yamlfmt

0 commit comments

Comments
 (0)