Skip to content

Commit

Permalink
COMP: Pin GitHub actions to full length commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Mar 15, 2023
1 parent 2ad23f3 commit 44ba697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1.2.0

- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0

- uses: actions/setup-node@v3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: '18'

Expand Down

0 comments on commit 44ba697

Please sign in to comment.