Skip to content

Commit 46883fe

Browse files
authored
Merge pull request #1356 from thewtex/security-action
security action
2 parents 415e838 + fed3c72 commit 46883fe

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/workflows/scorecard.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# This workflow uses actions that are not certified by GitHub. They are provided
2-
# by a third-party and are governed by separate terms of service, privacy
3-
# policy, and support documentation.
4-
5-
name: Scorecard supply-chain security
1+
name: Scorecard analysis workflow
62
on:
73
# For Branch-Protection check. Only the default branch is supported. See
84
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
@@ -32,7 +28,7 @@ jobs:
3228

3329
steps:
3430
- name: "Checkout code"
35-
uses: actions/checkout@v4
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3632
with:
3733
persist-credentials: false
3834

@@ -56,10 +52,11 @@ jobs:
5652
# of the value entered here.
5753
publish_results: true
5854

59-
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60-
# format to the repository Actions tab.
55+
# Upload the results as artifacts (optional). Commenting out will disable
56+
# uploads of run results in SARIF format to the repository Actions tab.
57+
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
6158
- name: "Upload artifact"
62-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
59+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6360
with:
6461
name: SARIF file
6562
path: results.sarif
@@ -68,6 +65,6 @@ jobs:
6865
# Upload the results to GitHub's code scanning dashboard (optional).
6966
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7067
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@v3
68+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
7269
with:
7370
sarif_file: results.sarif

docs/introduction/parts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `itkwasm` Python package provides:
6868
2. A bridge to NumPy and ITK
6969
3. A plugin system for accelerator packages
7070

71-
Both system execution and browser execution are supported, with the latter enabled by [Pyodide](https://pyodide.org).
71+
Both system execution and browser execution are supported, with the former enabled by [wasmtime-py](https://github.com/bytecodealliance/wasmtime-py) and latter enabled by [Pyodide](https://pyodide.org).
7272

7373
(cxx-core)=
7474
## 🧑‍💻 C++ core
@@ -122,4 +122,4 @@ These images include not only the CMake pre-configured toolchains, but pre-built
122122
[`itkwasm/wasi`]: https://hub.docker.com/r/itkwasm/wasi
123123
[Web3]: https://en.wikipedia.org/wiki/Web3
124124
[dockcross]: https://github.com/dockcross/dockcross
125-
[CMake]: https://cmake.org
125+
[CMake]: https://cmake.org

0 commit comments

Comments
 (0)