Skip to content

Commit

Permalink
Pin GitHub Actions workflows to a specific version (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 15, 2023
1 parent b67ab26 commit 2e47eee
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 @@ -17,10 +17,10 @@ jobs:
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Set up perl
uses: shogo82148/actions-setup-perl@v1
uses: shogo82148/actions-setup-perl@a898263d06c9cf32dd8b6d3ea28790baf8d30cd5
with:
perl-version: ${{ matrix.perl }}
distribution: strawberry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,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: Set up perl
uses: shogo82148/actions-setup-perl@v1
uses: shogo82148/actions-setup-perl@a898263d06c9cf32dd8b6d3ea28790baf8d30cd5

- run: carton install
- run: cpm install App::Yath
Expand Down

0 comments on commit 2e47eee

Please sign in to comment.