Skip to content

Commit

Permalink
CI: pin workflows to SHA (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 31, 2023
1 parent c407770 commit 5b02e79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout wren-console
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
repository: joshgoebel/wren-console
path: wren-console
Expand All @@ -45,7 +45,7 @@ jobs:
run: |
cat wren-console/WREN_ESSENTIALS >> $GITHUB_ENV
- name: Checkout wren-essentials
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
repository: joshgoebel/wren-essentials
path: wren-console/deps/wren-essentials
Expand All @@ -58,7 +58,7 @@ jobs:
cp bin/wrenc $GITHUB_WORKSPACE/usr/bin
echo "$GITHUB_WORKSPACE/usr/bin" >> $GITHUB_PATH
- name: Checkout wren track
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
path: track
- name: Install deps and run CI
Expand Down

0 comments on commit 5b02e79

Please sign in to comment.