Skip to content

Commit bc6d0a0

Browse files
authored
Merge pull request #142 from rodneylab/ci__update_ci_config
ci update ci config
2 parents 2cd7012 + 3218cb6 commit bc6d0a0

File tree

11 files changed

+258
-132
lines changed

11 files changed

+258
-132
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
18+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1919
with:
2020
egress-policy: audit
2121
disable-telemetry: true

.github/workflows/general.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
21+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2222
with:
2323
egress-policy: audit
2424
disable-telemetry: true
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
36+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3737
with:
3838
egress-policy: audit
3939
disable-telemetry: true
@@ -47,17 +47,17 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Harden Runner
50-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
50+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
5151
with:
5252
egress-policy: audit
5353
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54-
- uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2
54+
- uses: dprint/check@9cb3a2b17a8e606d37aae341e49df3654933fc23 # v2.3
5555
clippy:
5656
name: Clippy
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Harden Runner
60-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
60+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
6161
with:
6262
egress-policy: audit
6363
disable-telemetry: true
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Harden Runner
93-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
93+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
9494
with:
9595
egress-policy: audit
9696
disable-telemetry: true

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Harden Runner
10-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
10+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1111
with:
1212
egress-policy: audit
1313
disable-telemetry: true

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
14+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1515
with:
1616
egress-policy: audit
1717
disable-telemetry: true

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# actions: read
2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
31+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3232
with:
3333
egress-policy: audit
3434
disable-telemetry: true
@@ -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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
67+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6868
with:
6969
sarif_file: results.sarif

.github/workflows/typos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Harden Runner
11-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
11+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
1212
with:
1313
egress-policy: audit
1414
disable-telemetry: true
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@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 # v1.33.1
18+
uses: crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 # v1.34.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@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
17+
- uses: EmbarkStudios/cargo-deny-action@30f817c6f72275c6d54dc744fbca09ebc958599f # v2.0.12
1818
with:
1919
command: check ${{ matrix.checks }}

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.8.2
3+
rev: v4.8.3
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.27.0
15+
rev: v8.28.0
1616
hooks:
1717
- id: gitleaks
1818
- repo: https://github.com/google/yamlfmt
19-
rev: v0.17.0
19+
rev: v0.17.2
2020
hooks:
2121
- id: yamlfmt
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -31,11 +31,11 @@ repos:
3131
exclude: .vscode
3232
- id: no-commit-to-branch
3333
- repo: https://github.com/EmbarkStudios/cargo-deny
34-
rev: 0.18.2
34+
rev: 0.18.3
3535
hooks:
3636
- id: cargo-deny
3737
args: ["--all-features", "check"]
3838
- repo: https://github.com/crate-ci/typos
39-
rev: v1.32.0
39+
rev: v1.34.0
4040
hooks:
4141
- id: typos

0 commit comments

Comments
 (0)