Skip to content

Commit fe50d86

Browse files
chore(deps): pin dependencies (#6317)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
1 parent 42785ff commit fe50d86

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
path-type: inherit
230230
release: false
231231
- name: Install Toolchain
232-
uses: dtolnay/rust-toolchain@stable
232+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
233233
with:
234234
toolchain: nightly-2025-07-25
235235
components: ${{ matrix.settings.build-std && 'rust-src' || '' }}

.github/workflows/performance-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ref: ${{matrix.settings.ref}}
3737
- name: Install Toolchain
38-
uses: dtolnay/rust-toolchain@stable
38+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3939
with:
4040
toolchain: nightly-2025-07-25
4141
components: rust-src
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
ref: ${{ github.event.pull_request.head.sha }}
7979
- name: Install Toolchain
80-
uses: dtolnay/rust-toolchain@stable
80+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
8181
with:
8282
toolchain: nightly-2025-07-25
8383
components: rust-src

.github/workflows/repl-artefacts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
- name: Install Toolchain
38-
uses: dtolnay/rust-toolchain@stable
38+
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
3939
with:
4040
toolchain: nightly-2025-07-25
4141
components: rust-src
@@ -61,7 +61,7 @@ jobs:
6161
npm exec -- concurrently -c green,blue,yellow 'npm:build:napi -- --release' 'npm run build:wasm' 'npm:build:cjs' &&
6262
npm run build:copy-native && npm run build:bootstrap
6363
- name: Upload "${{ github.event.number }}/rollup.browser.js" to bucket
64-
uses: zdurham/s3-upload-github-action@master
64+
uses: zdurham/s3-upload-github-action@161dfa6991b9d88a97f02f4aeb5dcd26ea7e03cd # master
6565
with:
6666
args: --cache-control max-age=300,public
6767
env:
@@ -72,7 +72,7 @@ jobs:
7272
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
7373
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7474
- name: Upload "${{ github.event.number }}/rollup.browser.js.map" to bucket
75-
uses: zdurham/s3-upload-github-action@master
75+
uses: zdurham/s3-upload-github-action@161dfa6991b9d88a97f02f4aeb5dcd26ea7e03cd # master
7676
with:
7777
args: --cache-control max-age=300,public
7878
env:
@@ -83,7 +83,7 @@ jobs:
8383
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
8484
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8585
- name: Upload "${{ github.event.number }}/bindings_wasm_bg.wasm" to bucket
86-
uses: zdurham/s3-upload-github-action@master
86+
uses: zdurham/s3-upload-github-action@161dfa6991b9d88a97f02f4aeb5dcd26ea7e03cd # master
8787
with:
8888
args: --cache-control max-age=300,public
8989
env:

0 commit comments

Comments
 (0)