Skip to content

Commit da0f807

Browse files
committed
ci: 🐝 update ci config
2 parents 90f9bbe + 9b67199 commit da0f807

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
113+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
114114
with:
115115
files: ./target/debug/lcov
116116
env:

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
disable-telemetry: true
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
- name: Restore lychee cache
16-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
16+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
1717
with:
1818
path: .lycheecache
1919
key: cache-lychee-${{ github.sha }}

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 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@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
40+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -57,13 +57,13 @@ jobs:
5757
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858
# format to the repository Actions tab.
5959
- name: "Upload artifact"
60-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
60+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6161
with:
6262
name: SARIF file
6363
path: results.sarif
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@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
67+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@51f257b946f503b768e522781f56e9b7b5570d48 # v1.29.7
18+
uses: crate-ci/typos@8951ef9cb569c860bc8f3f18070fbfaf65cdb349 # v1.30.0

.github/workflows/validate-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
continue-on-error: ${{ matrix.checks == 'advisories' }}
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
17+
- uses: EmbarkStudios/cargo-deny-action@0484eedcba649433ebd03d9b7c9c002746bbc4b9 # v2.0.6
1818
with:
1919
command: check ${{ matrix.checks }}

.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.2.1
3+
rev: v4.4.1
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.23.3
15+
rev: v8.24.0
1616
hooks:
1717
- id: gitleaks
1818
- repo: https://github.com/google/yamlfmt
@@ -31,7 +31,7 @@ repos:
3131
exclude: .vscode
3232
- id: no-commit-to-branch
3333
- repo: https://github.com/EmbarkStudios/cargo-deny
34-
rev: 0.16.4
34+
rev: 0.18.1
3535
hooks:
3636
- id: cargo-deny
3737
args: ["--all-features", "check"]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2024, Rodney Johnson
3+
Copyright (c) 2024 – 2025, Rodney Johnson
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

dprint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"toml": {},
55
"excludes": ["**/*-lock.json"],
66
"plugins": [
7-
"https://plugins.dprint.dev/json-0.19.4.wasm",
8-
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
9-
"https://plugins.dprint.dev/toml-0.6.4.wasm"
7+
"https://plugins.dprint.dev/json-0.20.0.wasm",
8+
"https://plugins.dprint.dev/markdown-0.18.0.wasm",
9+
"https://plugins.dprint.dev/toml-0.7.0.wasm"
1010
]
1111
}

0 commit comments

Comments
 (0)