Skip to content

Commit 34f6ea6

Browse files
authored
Pin puppet-lint to compatible version
1 parent 27dcc01 commit 34f6ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/puppet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
bundler-cache: true
4848

4949
- name: Install puppet-lint
50-
run: gem install puppet-lint
50+
run: gem install puppet-lint -v 4.3.0
5151

5252
- name: Run puppet-lint
5353
run: puppet-lint puppet --sarif --ignore-paths 'puppet/modules/anms/files/*' > puppet-lint-results.sarif

0 commit comments

Comments
 (0)