From 69408999a061ffe0714afe0ff99940c12afa9a17 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Tue, 20 Feb 2024 22:28:20 +0100 Subject: [PATCH] Pinning dependencies of GitHub actions This pins the dependencies of GitHub actions to the specific hash of the release commit. Version updates should then be driven through dependabot. --- .github/workflows/run-pdk-tests-on-puppet-7.yml | 2 +- .github/workflows/run-pdk-tests-on-puppet-8.yml | 2 +- .github/workflows/run-pdk-validate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-pdk-tests-on-puppet-7.yml b/.github/workflows/run-pdk-tests-on-puppet-7.yml index d48444d..66d3769 100644 --- a/.github/workflows/run-pdk-tests-on-puppet-7.yml +++ b/.github/workflows/run-pdk-tests-on-puppet-7.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run unit tests # Modified puppets-epic-show-theatre with gcc and make installed diff --git a/.github/workflows/run-pdk-tests-on-puppet-8.yml b/.github/workflows/run-pdk-tests-on-puppet-8.yml index 1eb10bb..9779fc7 100644 --- a/.github/workflows/run-pdk-tests-on-puppet-8.yml +++ b/.github/workflows/run-pdk-tests-on-puppet-8.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run unit tests # Modified puppets-epic-show-theatre with gcc and make installed diff --git a/.github/workflows/run-pdk-validate.yml b/.github/workflows/run-pdk-validate.yml index 07388c8..08b19e4 100644 --- a/.github/workflows/run-pdk-validate.yml +++ b/.github/workflows/run-pdk-validate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Run pdk validate # Modified puppets-epic-show-theatre with gcc and make installed