Skip to content

Commit 38bccc3

Browse files
authored
chore: tmp switch to forked actionlint (#293)
1 parent e1793df commit 38bccc3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/lint-global.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353
if: env.autofix_pr == 'false'
5454

55-
- name: Centralized Actionlint
56-
uses: camunda/infra-global-github-actions/actionlint@4c0c3611b80ac8e147f7991092a0e282b52c48fa # main
55+
# TODO: Renable when switching back to upstream actionlint
56+
# - name: Centralized Actionlint
57+
# uses: camunda/infra-global-github-actions/actionlint@4c0c3611b80ac8e147f7991092a0e282b52c48fa # main
5758

5859
# Required for pre-commit to work with Python referenced in .tool-versions for Ubuntu >= 24.04
5960
- name: Install Python dependencies

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: check-added-large-files
1616

17-
- repo: https://github.com/rhysd/actionlint
18-
rev: v1.7.7
17+
- repo: https://github.com/mattleibow/actionlint
18+
rev: 7b6f502befda0d99dcb5a1cf8cf72d792bfa7c8a
1919
hooks:
2020
- id: actionlint
2121
args: [-ignore=SC2155]

actionlint

-7.07 MB
Binary file not shown.

0 commit comments

Comments
 (0)