Skip to content

Commit 2e4c4e7

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce1b0a7 commit 2e4c4e7

File tree

6 files changed

+28
-13
lines changed

6 files changed

+28
-13
lines changed

.github/workflows/build-and-test-differential.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ jobs:
2828
matrix:
2929
rosdistro:
3030
- humble
31+
- jazzy
3132
include:
3233
- rosdistro: humble
3334
container: ros:humble
3435
build-depends-repos: build_depends.repos
36+
- rosdistro: jazzy
37+
container: ros:jazzy
38+
build-depends-repos: build_depends.repos
3539
steps:
3640
- name: Set PR fetch depth
3741
run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"

.github/workflows/build-and-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ jobs:
2020
matrix:
2121
rosdistro:
2222
- humble
23+
- jazzy
2324
include:
2425
- rosdistro: humble
2526
container: ros:humble
2627
build-depends-repos: build_depends.repos
28+
- rosdistro: jazzy
29+
container: ros:jazzy
30+
build-depends-repos: build_depends.repos
2731
steps:
2832
- name: Check out repository
2933
uses: actions/checkout@v4

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
gh release ${{ steps.select-verb.outputs.verb }} "${{ steps.set-tag-name.outputs.tag-name }}" \
6262
--draft \
63-
--title "Release ${{ steps.set-tag-name.outputs.tag-name }}" \
63+
--title "${{ steps.set-tag-name.outputs.tag-name }}" \
6464
--notes "$NOTES"
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ MD041: false
1414
MD045: false
1515
MD046: false
1616
MD049: false
17+
MD059: false

.pre-commit-config-optional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/tcort/markdown-link-check
14-
rev: v3.12.2
14+
rev: v3.14.2
1515
hooks:
1616
- id: markdown-link-check
1717
args: [--quiet, --config=.markdown-link-check.json]

.pre-commit-config.yaml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-json
1717
- id: check-merge-conflict
@@ -26,7 +26,7 @@ repos:
2626
args: [--markdown-linebreak-ext=md]
2727

2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.43.0
29+
rev: v0.46.0
3030
hooks:
3131
- id: markdownlint
3232
args: [-c, .markdownlint.yaml, --fix]
@@ -37,10 +37,15 @@ repos:
3737
- id: prettier
3838

3939
- repo: https://github.com/adrienverge/yamllint
40-
rev: v1.35.1
40+
rev: v1.37.1
4141
hooks:
4242
- id: yamllint
4343

44+
- repo: https://github.com/autowarefoundation/autoware-guideline-check
45+
rev: 0.2.0
46+
hooks:
47+
- id: check-package-depends
48+
4449
- repo: https://github.com/tier4/pre-commit-hooks-ros
4550
rev: v0.10.0
4651
hooks:
@@ -52,42 +57,43 @@ repos:
5257
- id: sort-package-xml
5358

5459
- repo: https://github.com/shellcheck-py/shellcheck-py
55-
rev: v0.10.0.1
60+
rev: v0.11.0.1
5661
hooks:
5762
- id: shellcheck
5863

5964
- repo: https://github.com/scop/pre-commit-shfmt
60-
rev: v3.10.0-2
65+
rev: v3.12.0-2
6166
hooks:
6267
- id: shfmt
6368
args: [-w, -s, -i=4]
6469

6570
- repo: https://github.com/pycqa/isort
66-
rev: 5.13.2
71+
rev: 7.0.0
6772
hooks:
6873
- id: isort
74+
args: [--profile=black, --line-length=100]
6975

7076
- repo: https://github.com/psf/black
71-
rev: 24.10.0
77+
rev: 25.11.0
7278
hooks:
7379
- id: black
7480
args: [--line-length=100]
7581

7682
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v19.1.5
83+
rev: v21.1.6
7884
hooks:
7985
- id: clang-format
8086
types_or: [c++, c, cuda]
8187

8288
- repo: https://github.com/cpplint/cpplint
83-
rev: 2.0.0
89+
rev: 2.0.2
8490
hooks:
8591
- id: cpplint
8692
args: [--quiet]
8793
exclude: .cu
8894

8995
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: 0.30.0
96+
rev: 0.35.0
9197
hooks:
9298
- id: check-metaschema
9399
files: ^.+/schema/.*schema\.json$
@@ -103,7 +109,7 @@ repos:
103109
additional_dependencies: [[email protected], "@prettier/[email protected]"]
104110

105111
- repo: https://github.com/AleksaC/hadolint-py
106-
rev: v2.12.1b3
112+
rev: v2.14.0
107113
hooks:
108114
- id: hadolint
109115
exclude: .svg$

0 commit comments

Comments
 (0)