Skip to content

Commit 2cd7012

Browse files
authored
Merge pull request #126 from rodneylab/build__update_dependencies
build update dependencies
2 parents 225485d + 5ee5e3c commit 2cd7012

File tree

7 files changed

+57
-51
lines changed

7 files changed

+57
-51
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: 'Checkout Repository'
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
- name: 'Dependency Review'
25-
uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0
25+
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1

.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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
113+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
114114
with:
115115
files: ./target/debug/lcov
116116
env:

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
persist-credentials: false
3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
40+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -64,6 +64,6 @@ jobs:
6464
retention-days: 5
6565
# Upload the results to GitHub's code scanning dashboard.
6666
- name: "Upload to code-scanning"
67-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
67+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
6868
with:
6969
sarif_file: results.sarif

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Checkout Actions Repository
1616
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- name: Check spelling of entire workspace
18-
uses: crate-ci/typos@0f0ccba9ed1df83948f0c15026e4f5ccfce46109 # v1.32.0
18+
uses: crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.7.0
3+
rev: v4.8.2
44
hooks:
55
- id: commitizen
66
stages:
@@ -12,11 +12,11 @@ repos:
1212
- id: cargo-check
1313
- id: clippy
1414
- repo: https://github.com/gitleaks/gitleaks
15-
rev: v8.25.1
15+
rev: v8.27.0
1616
hooks:
1717
- id: gitleaks
1818
- repo: https://github.com/google/yamlfmt
19-
rev: v0.16.0
19+
rev: v0.17.0
2020
hooks:
2121
- id: yamlfmt
2222
- repo: https://github.com/pre-commit/pre-commit-hooks

Cargo.lock

Lines changed: 47 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ opt-level = 3
1919

2020
[dependencies]
2121
anyhow = "1.0.98"
22-
clap = { version = "4.5.38", features = ["derive"] }
23-
clap-verbosity-flag = "3.0.2"
22+
clap = { version = "4.5.39", features = ["derive"] }
23+
clap-verbosity-flag = "3.0.3"
2424
config = "0.15.11"
2525
env_logger = "0.11.8"
2626
git2 = "0.20.2"

0 commit comments

Comments
 (0)