-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update to primary components (#326)
Signed-off-by: Seiso Automation <automation@seisollc.com> Co-authored-by: JonZeolla <1385510+JonZeolla@users.noreply.github.com>
- Loading branch information
1 parent
b0d0bf6
commit 4bf415e
Showing
5 changed files
with
36 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
repos: | ||
- repo: https://github.com/seisollc/goat | ||
rev: 4ac33e8fab47ced142fb708e94530257b7c3b13d # frozen: v2024.04.04 | ||
rev: aaca59f98995651447f16527e154ffe92755c568 # frozen: v2024.06.02 | ||
hooks: | ||
- id: seiso-lint |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule goat
updated
19 files
+14 −1 | .github/CONTRIBUTING.md | |
+2 −0 | .github/workflows/commit.yml | |
+1 −1 | .pre-commit-config.yaml | |
+15 −7 | Dockerfile | |
+3 −0 | Pipfile | |
+745 −336 | Pipfile.lock | |
+2 −2 | README.md | |
+3 −0 | Taskfile.yml | |
+1 −1 | VERSION | |
+1 −1 | action.yml | |
+234 −0 | code_review.py | |
+7 −0 | code_reviews/__init__.py | |
+52 −0 | code_reviews/config.py | |
+70 −0 | code_reviews/constants.py | |
+8 −0 | entrypoint.sh | |
+1 −1 | etc/.jscpd.json | |
+79 −503 | package-lock.json | |
+3 −2 | package.json | |
+3 −1 | setup.cfg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
terraform { | ||
required_version = "1.8.3" | ||
required_version = "1.8.5" | ||
} |