Skip to content

Commit cc68508

Browse files
committed
pin even in actions-ext
1 parent 3b8b249 commit cc68508

15 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mkdir -p src
5555
printf 'fn main() {\n println!("Hello, world!");\n}\n' > src/main.rs
5656
57-
- uses: actions-ext/python/setup@main
57+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
5858
with:
5959
version: '3.11'
6060

@@ -70,14 +70,14 @@ jobs:
7070
fi
7171
if: matrix.template == 'cpp' || matrix.template == 'cppjswasm'
7272

73-
- uses: actions-ext/node/setup@main
73+
- uses: actions-ext/node/setup@165e261b251b39bcd073c10e84d218393d3b9960
7474
with:
7575
version: 22.x
7676
pnpm_version: 11.11.0
7777
js_folder: "."
7878
if: matrix.template == 'js' || matrix.template == 'jupyter' || matrix.template == 'cppjswasm' || matrix.template == 'rustjswasm'
7979

80-
- uses: actions-ext/rust/setup@main
80+
- uses: actions-ext/rust/setup@01743451de2c7bf6bbbd798b1575a46bf1f69b26
8181
if: matrix.template == 'rust' || matrix.template == 'rustjswasm'
8282

8383
- run: pnpm install

cpp/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
persist-credentials: false
8585

86-
- uses: actions-ext/python/setup@main
86+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
8787
with:
8888
version: {% raw %}${{ matrix.python-version }}{% endraw %}
8989

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
persist-credentials: false
22-
- uses: actions-ext/python/setup@main
22+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
2323

2424
- name: Download dist from build
2525
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

cppjswasm/.github/workflows/build.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
with:
4040
persist-credentials: false
4141

42-
- uses: actions-ext/python/setup@main
42+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
4343
with:
4444
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4545

46-
- uses: actions-ext/node/setup@main
46+
- uses: actions-ext/node/setup@165e261b251b39bcd073c10e84d218393d3b9960
4747
with:
4848
version: {% raw %}${{ matrix.node-version }}{% endraw %}
4949

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
persist-credentials: false
22-
- uses: actions-ext/python/setup@main
22+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
2323

2424
- name: Download dist from build
2525
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

js/.github/workflows/build.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
with:
3939
persist-credentials: false
4040

41-
- uses: actions-ext/python/setup@main
41+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
4242
with:
4343
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4444

45-
- uses: actions-ext/node/setup@main
45+
- uses: actions-ext/node/setup@165e261b251b39bcd073c10e84d218393d3b9960
4646
with:
4747
version: {% raw %}${{ matrix.node-version }}{% endraw %}
4848

js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
persist-credentials: false
22-
- uses: actions-ext/python/setup@main
22+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
2323

2424
- name: Download dist from build
2525
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

jupyter/.github/workflows/build.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
with:
3939
persist-credentials: false
4040

41-
- uses: actions-ext/python/setup@main
41+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
4242
with:
4343
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4444

45-
- uses: actions-ext/node/setup@main
45+
- uses: actions-ext/node/setup@165e261b251b39bcd073c10e84d218393d3b9960
4646
with:
4747
version: {% raw %}${{ matrix.node-version }}{% endraw %}
4848

jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
persist-credentials: false
22-
- uses: actions-ext/python/setup@main
22+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
2323

2424
- name: Download dist from build
2525
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

python/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
persist-credentials: false
3939

40-
- uses: actions-ext/python/setup@main
40+
- uses: actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
4141
with:
4242
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4343

0 commit comments

Comments
 (0)