We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd9c3d commit 39330d6Copy full SHA for 39330d6
.github/workflows/CI.yaml
@@ -10,7 +10,7 @@ jobs:
10
# Includes Ruby 2.7 and RubyGems 3.1
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
15
- name: Install puppet-lint
16
run: |
.github/workflows/smoke.yaml
@@ -13,5 +13,5 @@ jobs:
test:
- - uses: actions/checkout@v3
17
- run: make test
0 commit comments