Skip to content

Pinning dependencies of GitHub actions #38

Pinning dependencies of GitHub actions

Pinning dependencies of GitHub actions #38

---
name: Run PDK validate
on:
- push
- pull_request
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run pdk validate
# Modified puppets-epic-show-theatre with gcc and make installed
uses: kodguru/action-pdk-validate@buildtools