File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 language : docker_image
1414 types : ["yaml"]
1515 files : ^\.github/workflows/
16- entry : docker.io/rhysd/actionlint:1.7.2
16+ entry : docker.io/rhysd/actionlint:1.7.3
1717- id : actionlint-system
1818 name : Lint GitHub Actions workflow files
1919 description : Runs system-installed actionlint to lint GitHub Actions workflow files
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ and pyflakes).
272272Available tags are :
273273
274274- `actionlint:latest` : Latest stable version of actionlint. This image is recommended.
275- - `actionlint:{version}` : Specific version of actionlint. (e.g. `actionlint:1.7.2 `)
275+ - `actionlint:{version}` : Specific version of actionlint. (e.g. `actionlint:1.7.3 `)
276276
277277Just run the image with `docker run` :
278278
@@ -366,7 +366,7 @@ Add this to your `.pre-commit-config.yaml` in your repository:
366366---
367367repos:
368368 - repo: https://github.com/rhysd/actionlint
369- rev: v1.7.2
369+ rev: v1.7.3
370370 hooks:
371371 - id: actionlint
372372` ` `
@@ -425,15 +425,15 @@ trunk check enable actionlint
425425or if you'd like a specific version :
426426
427427` ` ` bash
428- trunk check enable actionlint@1.7.2
428+ trunk check enable actionlint@1.7.3
429429` ` `
430430
431431or modify `.trunk/trunk.yaml` in your repository to contain :
432432
433433` ` ` yaml
434434lint:
435435 enabled:
436- - actionlint@1.7.2
436+ - actionlint@1.7.3
437437` ` `
438438
439439Then just run :
Original file line number Diff line number Diff line change 2222 < body >
2323 < nav id ="header-bar " class ="navbar " role ="navigation " aria-label ="header navigation bar ">
2424 < header class ="header ">
25- < h1 class ="title "> < a id ="logo " rel ="noopener " href ="https://github.com/rhysd/actionlint "> < i class ="devicon-github-original "> </ i > </ a > actionlint playground< span class ="tag is-dark " id ="version "> v1.7.2 </ span > </ h1 >
25+ < h1 class ="title "> < a id ="logo " rel ="noopener " href ="https://github.com/rhysd/actionlint "> < i class ="devicon-github-original "> </ i > </ a > actionlint playground< span class ="tag is-dark " id ="version "> v1.7.3 </ span > </ h1 >
2626 < h2 class ="subtitle "> Static checker for GitHub Actions workflow files</ h2 >
2727 </ header >
2828 < div id ="controls " class ="navbar-end ">
@@ -60,7 +60,7 @@ <h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
6060 < h2 > < i id ="res-icon " class ="devicon-githubactions-plain "> </ i > Resources</ h2 >
6161 < p >
6262 < ul >
63- < li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://github.com/rhysd/actionlint/blob/v1.7.2 /docs/checks.md "> Checks by actionlint</ a > </ li >
63+ < li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://github.com/rhysd/actionlint/blob/v1.7.3 /docs/checks.md "> Checks by actionlint</ a > </ li >
6464 < li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions "> Workflow syntax for GitHub Actions</ a > </ li >
6565 < li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://docs.github.com/en/actions/learn-github-actions/contexts "> Available contexts in workflow</ a > </ li >
6666 < li > < a class ="has-text-link-my-light " target ="_blank " rel ="noopener " href ="https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions "> Security hardening for GitHub Actions</ a > </ li >
You can’t perform that action at this time.
0 commit comments