Skip to content

Commit

Permalink
bump up version to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Sep 29, 2024
1 parent d339f6e commit 4e683ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.2
entry: docker.io/rhysd/actionlint:1.7.3
- id: actionlint-system
name: Lint GitHub Actions workflow files
description: Runs system-installed actionlint to lint GitHub Actions workflow files
Expand Down
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.2`)
- `actionlint:{version}`: Specific version of actionlint. (e.g. `actionlint:1.7.3`)

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.2
rev: v1.7.3
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 actionlint@1.7.2
trunk check enable actionlint@1.7.3
```

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

```yaml
lint:
enabled:
- actionlint@1.7.2
- actionlint@1.7.3
```

Then just run:
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.2</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.3</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.2/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.3/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-guides/security-hardening-for-github-actions">Security hardening for GitHub Actions</a></li>
Expand Down

0 comments on commit 4e683ab

Please sign in to comment.