Skip to content

Commit

Permalink
bump up version to v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Dec 28, 2024
1 parent ffd5949 commit e11169d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down Expand Up @@ -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
```
Expand Down Expand Up @@ -425,15 +425,15 @@ trunk check enable actionlint
or if you'd like a specific version:

```bash
trunk check enable [email protected].4
trunk check enable [email protected].5
```

or modify `.trunk/trunk.yaml` in your repository to contain:

```yaml
lint:
enabled:
- [email protected].4
- [email protected].5
```

Then just run:
Expand Down
12 changes: 6 additions & 6 deletions man/actionlint.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<body>
<nav id="header-bar" class="navbar" role="navigation" aria-label="header navigation bar">
<header class="header">
<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.4</span></h1>
<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.5</span></h1>
<h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
</header>
<div id="controls" class="navbar-end">
Expand Down Expand Up @@ -60,7 +60,7 @@ <h2 class="subtitle">Static checker for GitHub Actions workflow files</h2>
<h2><i id="res-icon" class="devicon-githubactions-plain"></i>Resources</h2>
<p>
<ul>
<li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://github.com/rhysd/actionlint/blob/v1.7.4/docs/checks.md">Checks by actionlint</a></li>
<li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://github.com/rhysd/actionlint/blob/v1.7.5/docs/checks.md">Checks by actionlint</a></li>
<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>
<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>
<li><a class="has-text-link-my-light" target="_blank" rel="noopener" href="https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions">Security hardening for GitHub Actions</a></li>
Expand Down

0 comments on commit e11169d

Please sign in to comment.