Skip to content

Commit

Permalink
Pin GitHub Actions workflows to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 14, 2023
1 parent 8153dcb commit 9c9ea4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Rakudo Star on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Install Rakudo Star with choco
if: runner.os == 'Windows'
Expand All @@ -32,6 +32,6 @@ jobs:

- name: Rakudo Star tests with docker run
if: runner.os == 'Linux'
uses: docker://rakudo-star:latest
uses: docker://rakudo-star:latest@
with:
args: /bin/bash -c "prove6 --jobs 2 /github/workspace/exercises/practice/*/.meta/solutions/"
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- run: bin/fetch-configlet
- run: bin/configlet sync || true

- name: Install Raku
uses: Raku/setup-raku@v1
uses: Raku/setup-raku@dcbe26668e7cb31b6db054ea7c6698ffb1a56610

- run: zef install --/test App::Prove6
- run: zef install --/test --deps-only .
Expand Down

0 comments on commit 9c9ea4d

Please sign in to comment.