Skip to content

Commit 6880189

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/workflow-hardening-sha-pin
2 parents 98caa93 + d855299 commit 6880189

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Validate A2ML manifests
4141
if: steps.detect.outputs.count > 0
42-
uses: hyperpolymath/a2ml-validate-action@59145c7d1039fa3059b3ecacdb50ee23d7505898 # main
42+
uses: hyperpolymath/a2ml-validate-action@6bff6ec134fc977e86d25166a5c522ddea5c1e78 # main
4343
with:
4444
path: '.'
4545
strict: 'false'

.github/workflows/ocaml-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ on:
1717
- 'test/**'
1818
- 'dune-project'
1919
- '*.opam'
20+
2021
permissions: read-all
22+
2123
jobs:
2224
build:
2325
name: Build and Test OCaml Core

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
- name: Install Rust toolchain
2626
uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
27+
2728
- name: Install cargo-audit
2829
run: cargo install cargo-audit --locked
2930
- name: Run cargo-audit
@@ -54,6 +55,7 @@ jobs:
5455
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5556
- name: Install Rust toolchain
5657
uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
58+
5759
- name: Cache cargo registry
5860
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5961
with:

0 commit comments

Comments
 (0)