From e11169d0656294827d65370a3c76a2325406da85 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 28 Dec 2024 20:43:47 +0900 Subject: [PATCH] bump up version to v1.7.5 --- .pre-commit-hooks.yaml | 2 +- README.md | 12 ++++++------ docs/usage.md | 8 ++++---- man/actionlint.1.ronn | 12 ++++++------ playground/index.html | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 419ade51b..640e282b0 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -13,7 +13,7 @@ language: docker_image types: ["yaml"] files: ^\.github/workflows/ - entry: docker.io/rhysd/actionlint:1.7.4 + entry: docker.io/rhysd/actionlint:1.7.5 - id: actionlint-system name: Lint GitHub Actions workflow files description: Runs system-installed actionlint to lint GitHub Actions workflow files diff --git a/README.md b/README.md index 25973c06a..c0b98c40c 100644 --- a/README.md +++ b/README.md @@ -139,10 +139,10 @@ actionlint is distributed under [the MIT license](./LICENSE.txt). [filter-pattern-doc]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet [script-injection-doc]: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#understanding-the-risk-of-script-injections [releases]: https://github.com/rhysd/actionlint/releases -[checks]: https://github.com/rhysd/actionlint/blob/v1.7.4/docs/checks.md -[install]: https://github.com/rhysd/actionlint/blob/v1.7.4/docs/install.md -[usage]: https://github.com/rhysd/actionlint/blob/v1.7.4/docs/usage.md -[config]: https://github.com/rhysd/actionlint/blob/v1.7.4/docs/config.md -[api]: https://github.com/rhysd/actionlint/blob/v1.7.4/docs/api.md -[refs]: https://github.com/rhysd/actionlint/blob/v1.7.4/docs/reference.md +[checks]: https://github.com/rhysd/actionlint/blob/v1.7.5/docs/checks.md +[install]: https://github.com/rhysd/actionlint/blob/v1.7.5/docs/install.md +[usage]: https://github.com/rhysd/actionlint/blob/v1.7.5/docs/usage.md +[config]: https://github.com/rhysd/actionlint/blob/v1.7.5/docs/config.md +[api]: https://github.com/rhysd/actionlint/blob/v1.7.5/docs/api.md +[refs]: https://github.com/rhysd/actionlint/blob/v1.7.5/docs/reference.md [issue-form]: https://github.com/rhysd/actionlint/issues/new diff --git a/docs/usage.md b/docs/usage.md index 5c709c887..87f5f2c27 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -272,7 +272,7 @@ and pyflakes). Available tags are: - `actionlint:latest`: Latest stable version of actionlint. This image is recommended. -- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.4`) +- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.5`) Just run the image with `docker run`: @@ -366,7 +366,7 @@ Add this to your `.pre-commit-config.yaml` in your repository: --- repos: - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.5 hooks: - id: actionlint ``` @@ -425,7 +425,7 @@ trunk check enable actionlint or if you'd like a specific version: ```bash -trunk check enable actionlint@1.7.4 +trunk check enable actionlint@1.7.5 ``` or modify `.trunk/trunk.yaml` in your repository to contain: @@ -433,7 +433,7 @@ or modify `.trunk/trunk.yaml` in your repository to contain: ```yaml lint: enabled: - - actionlint@1.7.4 + - actionlint@1.7.5 ``` Then just run: diff --git a/man/actionlint.1.ronn b/man/actionlint.1.ronn index 306a56fa8..280986a77 100644 --- a/man/actionlint.1.ronn +++ b/man/actionlint.1.ronn @@ -102,39 +102,39 @@ Documents for more details are available online. ### Checks -https://github.com/rhysd/actionlint/blob/v1.7.4/docs/checks.md +https://github.com/rhysd/actionlint/blob/v1.7.5/docs/checks.md Full list of all checks done by actionlint with example inputs, outputs, and playground links. ### Installation -https://github.com/rhysd/actionlint/blob/v1.7.4/docs/install.md +https://github.com/rhysd/actionlint/blob/v1.7.5/docs/install.md Installation instructions. Prebuilt binaries, Homebrew package, building from source, a Docker image, a download script (for CI) are available. ### Usage -https://github.com/rhysd/actionlint/blob/v1.7.4/docs/usage.md +https://github.com/rhysd/actionlint/blob/v1.7.5/docs/usage.md How to use `actionlint` command locally or on GitHub Actions, the online playground, an official Docker image, and integrations with reviewdog, Problem Matchers, super-linter, pre-commit. ### Configuration -https://github.com/rhysd/actionlint/blob/v1.7.4/docs/config.md +https://github.com/rhysd/actionlint/blob/v1.7.5/docs/config.md How to configure actionlint behavior by the configuration file `actionlint.yaml`. ### Go API -https://github.com/rhysd/actionlint/blob/v1.7.4/docs/api.md +https://github.com/rhysd/actionlint/blob/v1.7.5/docs/api.md How to use actionlint as Go library. ### References -https://github.com/rhysd/actionlint/blob/v1.7.4/docs/reference.md +https://github.com/rhysd/actionlint/blob/v1.7.5/docs/reference.md Links to resources. diff --git a/playground/index.html b/playground/index.html index 341b126e0..eac352f4e 100644 --- a/playground/index.html +++ b/playground/index.html @@ -22,7 +22,7 @@