Skip to content

Commit fc3c9bf

Browse files
authored
Merge branch 'main' into add-robust-subscription
2 parents 2d53712 + 1c5dc13 commit fc3c9bf

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/check.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
steps:
3232
- name: Harden the runner (Audit all outbound calls)
33-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
33+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
3434
with:
3535
egress-policy: audit
3636

3737
- name: Fetch Repository
38-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
38+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
3939

4040
- name: Install stable toolchain
4141
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -49,12 +49,12 @@ jobs:
4949

5050
steps:
5151
- name: Harden the runner (Audit all outbound calls)
52-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
52+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
5353
with:
5454
egress-policy: audit
5555

5656
- name: Fetch Repository
57-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
57+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
5858

5959
- name: Install stable toolchain
6060
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -71,12 +71,12 @@ jobs:
7171

7272
steps:
7373
- name: Harden the runner (Audit all outbound calls)
74-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
74+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
7575
with:
7676
egress-policy: audit
7777

7878
- name: Fetch Repository
79-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
79+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
8080

8181
- name: Install stable toolchain
8282
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -92,12 +92,12 @@ jobs:
9292

9393
steps:
9494
- name: Harden the runner (Audit all outbound calls)
95-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
95+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
9696
with:
9797
egress-policy: audit
9898

9999
- name: Fetch Repository
100-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
100+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
101101

102102
- name: Install stable toolchain
103103
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -113,12 +113,12 @@ jobs:
113113

114114
steps:
115115
- name: Harden the runner (Audit all outbound calls)
116-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
116+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
117117
with:
118118
egress-policy: audit
119119

120120
- name: Fetch Repository
121-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
121+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
122122

123123
- name: Check spelling of files in the workspace
124124
uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # v1.39.0

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Harden the runner (Audit all outbound calls)
25-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
25+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2626
with:
2727
egress-policy: audit
2828

29-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
29+
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
3030

3131
- name: Install rust
3232
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
# actions: read
3131
steps:
3232
- name: Harden Runner
33-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
33+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
3434
with:
3535
egress-policy: audit
3636
- name: Checkout code
37-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
37+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v5.0.0
3838
with:
3939
persist-credentials: false
4040
- name: Run analysis

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323

2424
steps:
2525
- name: Harden the runner (Audit all outbound calls)
26-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
26+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2727
with:
2828
egress-policy: audit
2929

3030
- name: Fetch Repository
31-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
31+
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
3232

3333
- name: Install stable toolchain
3434
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install cargo-nextest
4747
if: steps.cache-cargo-nextest.outputs.cache-hit != 'true'
48-
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb # v2.62.45
48+
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532 # v2.62.49
4949
with:
5050
tool: cargo-nextest
5151

0 commit comments

Comments
 (0)