Skip to content

Commit 0a970c2

Browse files
authored
Update actionlint Docker image to 20260311 (#117)
* Update to latest action-lint * Update actionlint Docker image to 20260311
1 parent f209a5b commit 0a970c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-action-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4.1.1
1919
- name: Check workflow files
20-
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260120
20+
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20260311
2121
with:
2222
args: -color

actionlint/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN apk add --update --no-cache \
66
shellcheck
77

88
RUN cd /tmp && \
9-
wget https://github.com/rhysd/actionlint/releases/download/v1.7.10/actionlint_1.7.10_linux_386.tar.gz && \
10-
tar xf actionlint_1.7.10_linux_386.tar.gz && \
9+
wget https://github.com/rhysd/actionlint/releases/download/v1.7.11/actionlint_1.7.11_linux_386.tar.gz && \
10+
tar xf actionlint_1.7.11_linux_386.tar.gz && \
1111
cp actionlint /usr/bin/ && \
1212
chmod a+x /usr/bin/actionlint
1313

0 commit comments

Comments
 (0)