We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fc3d9 commit d223106Copy full SHA for d223106
1 file changed
.github/workflows/ci_emscripten.yml
@@ -15,12 +15,12 @@ jobs:
15
16
steps:
17
- name: Checkout code
18
- uses: actions/checkout@v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
with:
20
fetch-depth: 0
21
22
- name: Set up Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
24
25
python-version: '3.12'
26
@@ -31,7 +31,7 @@ jobs:
31
run: echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
32
33
- name: Set up Emscripten SDK
34
- uses: mymindstorm/setup-emsdk@v14
+ uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
35
36
version: ${{ env.EMSCRIPTEN_VERSION }}
37
0 commit comments