Skip to content

Commit

Permalink
Pinning dependencies of GitHub actions
Browse files Browse the repository at this point in the history
This pins the dependencies of GitHub actions to the specific hash
of the release commit. Version updates should then be driven through
dependabot.
  • Loading branch information
gkunz committed Feb 20, 2024
1 parent 9e62b6c commit 6940899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-tests-on-puppet-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-tests-on-puppet-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-pdk-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6940899

Please sign in to comment.