Skip to content

Commit ee23a1a

Browse files
committed
pin commits for everything that uses a secret
1 parent de1f58f commit ee23a1a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/build-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: '20'
3535
- name: Wait for bindings-cache
36-
uses: fountainhead/action-wait-for-check@v1.2.0
36+
uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be
3737
with:
3838
checkName: "build-bindings-ubuntu"
3939
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -341,7 +341,7 @@ jobs:
341341
git tag $RELEASED_VERSION
342342
git push origin $RELEASED_VERSION
343343
- name: Create Release
344-
uses: ncipollo/release-action@v1
344+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174
345345
if: success()
346346
with:
347347
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm ci
2525
npx typedoc --tsconfig tsconfig.node.json src/index.ts
2626
- name: Deploy
27-
uses: peaceiris/actions-gh-pages@v3
27+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./docs

.github/workflows/live-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
4040
- name: Wait for bindings-cache
41-
uses: fountainhead/action-wait-for-check@v1.2.0
41+
uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be
4242
with:
4343
checkName: "build-bindings-ubuntu"
4444
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -76,7 +76,7 @@ jobs:
7676
- name: Checkout repository
7777
uses: actions/checkout@v4
7878
- name: Wait for bindings-cache
79-
uses: fountainhead/action-wait-for-check@v1.2.0
79+
uses: fountainhead/action-wait-for-check@5a908a24814494009c4bb27c242ea38c93c593be
8080
with:
8181
checkName: "build-bindings-ubuntu"
8282
ref: ${{ github.event.pull_request.head.sha || github.sha }}

README-dev.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Before starting, ensure you have the following tools installed:
1515

1616
- [Git](https://git-scm.com/)
1717
- [Node.js and npm](https://nodejs.org/)
18+
- [gh](https://cli.github.com/) (used to download artifacts)
1819
- [Dune, ocamlc, opam](https://github.com/ocaml/dune) (only needed when compiling o1js from source)
1920
- [Cargo, rustup](https://www.rust-lang.org/learn/get-started) (only needed when compiling o1js from source)
2021

0 commit comments

Comments
 (0)