File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed
Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ exclude_paths:
1818
1919skip_list:
2020 - 'fqcn-builtins'
21+ - var-naming[no-role-prefix]
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Check out the codebase
14- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 4.1.1
14+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Check out the codebase
14- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 4.1.1
14+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
1515 with :
1616 ref : ${{ github.event.pull_request.head.sha }}
1717
4545 runs-on : self-hosted
4646 steps :
4747 - name : Checkout code
48- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 4.1.1
48+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
4949 - name : Ensure SHA pinned actions
5050 uses : zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328d4ea95eaf8b3bd6c6cef308f709a5f2ec # 3.0.3
5151 with :
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Check out the codebase
24- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 4.1.1
24+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
2525 with :
2626 ref : ${{ github.event.pull_request.head.sha }}
2727
Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4 .0
4+ rev : v4.5 .0
55 hooks :
66 - id : requirements-txt-fixer
77 - id : sort-simple-yaml
@@ -12,24 +12,24 @@ repos:
1212 - id : trailing-whitespace
1313 args : [--markdown-linebreak-ext=md]
1414 - repo : https://github.com/adrienverge/yamllint.git
15- rev : b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32 .0
15+ rev : v1.33 .0
1616 hooks :
1717 - id : yamllint
1818 args : [-c=.yamllint]
1919 - repo : https://github.com/ansible-community/ansible-lint.git
20- rev : 3293b64b939c0de16ef8cb81dd49255e475bf89a # frozen: v6.17 .2
20+ rev : v6.22 .2
2121 hooks :
2222 - id : ansible-lint
2323 - repo : https://github.com/shellcheck-py/shellcheck-py
24- rev : 375289a39f5708101b1f916eb729e8d6da96993f # frozen: v0.9.0.5
24+ rev : v0.9.0.6
2525 hooks :
2626 - id : shellcheck
2727 - repo : https://github.com/Lucas-C/pre-commit-hooks
28- rev : 12885e376b93dc4536ad68d156065601e4433665 # frozen: v1.5.1
28+ rev : v1.5.4
2929 hooks :
3030 - id : remove-crlf
3131 - id : remove-tabs
3232 - repo : https://github.com/sirosen/texthooks
33- rev : c4ffd3e31669dd4fa4d31a23436cc13839730084 # frozen: 0.5.0
33+ rev : 0.6.4
3434 hooks :
3535 - id : fix-smartquotes
You can’t perform that action at this time.
0 commit comments