From 37a5b0248d715a25d9685bf5b52d1f911f8c638a Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 21 Nov 2023 07:57:56 +0100 Subject: [PATCH] Pin GitHub Actions workflows to a specific version (#677) --- .github/workflows/exercises.yml | 2 +- .github/workflows/generator.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index a23783fc..2061cc68 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -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' diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 0bacc126..60c9f36d 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -8,7 +8,7 @@ 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