Skip to content

Commit

Permalink
Update Codacy Analysis CLI version and dependencies
Browse files Browse the repository at this point in the history
The commit updates the version of Codacy Analysis CLI to v4.3.0 in the `.github/workflows/codacy.yml` file. Additionally, it updates several dependencies in the `Cargo.lock` and `Cargo.toml` files, including `bytemuck`, `libc`, `serde`, `serde_derive`, and `serde_json`.
  • Loading branch information
acgetchell committed Feb 6, 2024
1 parent 2102809 commit 7d6b6c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
uses: codacy/codacy-analysis-cli-action@v4.3.0
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
nalgebra = "0.32.3"
num-traits = "0.2.17"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_test = "1.0.176"
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] }

Expand Down

0 comments on commit 7d6b6c6

Please sign in to comment.