Skip to content

Commit d223106

Browse files
committed
Added hashes to GA config
1 parent 03fc3d9 commit d223106

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_emscripten.yml

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2424
with:
2525
python-version: '3.12'
2626

@@ -31,7 +31,7 @@ jobs:
3131
run: echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
3232

3333
- name: Set up Emscripten SDK
34-
uses: mymindstorm/setup-emsdk@v14
34+
uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
3535
with:
3636
version: ${{ env.EMSCRIPTEN_VERSION }}
3737

0 commit comments

Comments
 (0)