File tree Expand file tree Collapse file tree 6 files changed +31
-19
lines changed
Expand file tree Collapse file tree 6 files changed +31
-19
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,14 @@ python:
4444 - changed-files :
4545 - any-glob-to-any-file :
4646 - " **/*.py"
47+ shell script :
48+ - changed-files :
49+ - any-glob-to-any-file :
50+ # If this project has any shell scripts that do not end in the ".sh"
51+ # extension, add them below.
52+ - " **/*.sh"
53+ - bump-version
54+ - setup-env
4755terraform :
4856 - changed-files :
4957 - any-glob-to-any-file :
Original file line number Diff line number Diff line change 22# Rather than breaking up descriptions into multiline strings we disable that
33# specific rule in yamllint for this file.
44# yamllint disable rule:line-length
5- - color : f15a53
5+ - color : ff5850
66 description : Pull requests that update Ansible code
77 name : ansible
88- color : eb6420
2020- color : 0366d6
2121 description : Pull requests that update a dependency file
2222 name : dependencies
23- - color : 2497ed
23+ - color : 1d63ed
2424 description : Pull requests that update Docker code
2525 name : docker
2626- color : 5319e7
4747- color : fef2c0
4848 description : This issue or pull request is not applicable, incorrect, or obsolete
4949 name : invalid
50- - color : f1d642
50+ - color : f0db4f
5151 description : Pull requests that update JavaScript code
5252 name : javascript
5353- color : ce099a
6262- color : 02a8ef
6363 description : Pull requests that update Packer code
6464 name : packer
65- - color : 3772a4
65+ - color : 3776ab
6666 description : Pull requests that update Python code
6767 name : python
6868- color : ef476c
7171- color : d73a4a
7272 description : This issue or pull request addresses a security issue
7373 name : security
74+ - color : 4eaa25
75+ description : Pull requests that update shell scripts
76+ name : shell script
7477- color : 7b42bc
7578 description : Pull requests that update Terraform code
7679 name : terraform
7780- color : 00008b
7881 description : This issue or pull request adds or otherwise modifies test code
7982 name : test
80- - color : 2b6ebf
83+ - color : 2678c5
8184 description : Pull requests that update TypeScript code
8285 name : typescript
8386- color : 1d76db
Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ jobs:
117117
118118 # Initializes the CodeQL tools for scanning.
119119 - name : Initialize CodeQL
120- uses : github/codeql-action/init@v3
120+ uses : github/codeql-action/init@v4
121121 with :
122122 languages : ${{ matrix.language }}
123123
124124 # Autobuild attempts to build any compiled languages (C/C++, C#, or
125125 # Java). If this step fails, then you should remove it and run the build
126126 # manually (see below).
127127 - name : Autobuild
128- uses : github/codeql-action/autobuild@v3
128+ uses : github/codeql-action/autobuild@v4
129129
130130 # ℹ️ Command-line programs to run using the OS shell.
131131 # 📚 https://git.io/JvXDl
@@ -139,4 +139,4 @@ jobs:
139139 # make release
140140
141141 - name : Perform CodeQL Analysis
142- uses : github/codeql-action/analyze@v3
142+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 5959 permissions :
6060 # Permissions required by actions/labeler
6161 contents : read
62- issues : write
6362 pull-requests : write
6463 runs-on : ubuntu-latest
6564 steps :
Original file line number Diff line number Diff line change @@ -63,20 +63,20 @@ repos:
6363
6464 # GitHub Actions hooks
6565 - repo : https://github.com/python-jsonschema/check-jsonschema
66- rev : 0.33.3
66+ rev : 0.35.0
6767 hooks :
6868 - id : check-github-actions
6969 - id : check-github-workflows
7070
7171 # pre-commit hooks
7272 - repo : https://github.com/pre-commit/pre-commit
73- rev : v4.3 .0
73+ rev : v4.4 .0
7474 hooks :
7575 - id : validate_manifest
7676
7777 # Go hooks
7878 - repo : https://github.com/TekWizely/pre-commit-golang
79- rev : v1.0.0-rc.2
79+ rev : v1.0.0-rc.4
8080 hooks :
8181 # Go Build
8282 - id : go-build-repo-mod
@@ -129,13 +129,13 @@ repos:
129129
130130 # Python hooks
131131 - repo : https://github.com/PyCQA/bandit
132- rev : 1.8.6
132+ rev : 1.9.1
133133 hooks :
134134 - id : bandit
135135 args :
136136 - --config=.bandit.yml
137137 - repo : https://github.com/psf/black-pre-commit-mirror
138- rev : 25.1 .0
138+ rev : 25.11 .0
139139 hooks :
140140 - id : black
141141 - repo : https://github.com/PyCQA/flake8
@@ -145,11 +145,11 @@ repos:
145145 additional_dependencies :
146146 - flake8-docstrings==1.7.0
147147 - repo : https://github.com/PyCQA/isort
148- rev : 6 .0.1
148+ rev : 7 .0.0
149149 hooks :
150150 - id : isort
151151 - repo : https://github.com/pre-commit/mirrors-mypy
152- rev : v1.18.1
152+ rev : v1.18.2
153153 hooks :
154154 - id : mypy
155155 - repo : https://github.com/pypa/pip-audit
@@ -165,13 +165,13 @@ repos:
165165 - --requirement
166166 - requirements.txt
167167 - repo : https://github.com/asottile/pyupgrade
168- rev : v3.20.0
168+ rev : v3.21.1
169169 hooks :
170170 - id : pyupgrade
171171
172172 # Ansible hooks
173173 - repo : https://github.com/ansible/ansible-lint
174- rev : v25.9 .0
174+ rev : v25.11 .0
175175 hooks :
176176 - id : ansible-lint
177177 additional_dependencies :
@@ -215,7 +215,7 @@ repos:
215215
216216 # Terraform hooks
217217 - repo : https://github.com/antonbabenko/pre-commit-terraform
218- rev : v1.100 .0
218+ rev : v1.103 .0
219219 hooks :
220220 - id : terraform_fmt
221221 - id : terraform_validate
Original file line number Diff line number Diff line change 11# pre-commit-packer #
22
33[ ![ GitHub Build Status] ( https://github.com/cisagov/pre-commit-packer/workflows/build/badge.svg )] ( https://github.com/cisagov/pre-commit-packer/actions )
4+ [ ![ License] ( https://img.shields.io/github/license/cisagov/pre-commit-packer )] ( https://spdx.org/licenses/ )
5+ [ ![ CodeQL] ( https://github.com/cisagov/pre-commit-packer/workflows/CodeQL/badge.svg )] ( https://github.com/cisagov/pre-commit-packer/actions/workflows/codeql-analysis.yml )
46
57This is a set of [ pre-commit] ( https://pre-commit.com ) hooks intended for
68projects using [ Packer] ( https://www.packer.io/ ) .
You can’t perform that action at this time.
0 commit comments