Skip to content

chore(deps): update aquaproj/aqua-installer action to v2.3.0 - abandoned #339

chore(deps): update aquaproj/aqua-installer action to v2.3.0 - abandoned

chore(deps): update aquaproj/aqua-installer action to v2.3.0 - abandoned #339

Workflow file for this run

---
# Separate the workflow for actionlint to other workflows, because if a workflow for actionlint is broken actionlint isn't run
name: actionlint
on:
pull_request:
paths:
- .github/workflows/*.yaml
- aqua/actionlint.yaml
- aqua/reviewdog.yaml
permissions: {}
jobs:
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0
if: |
! github.event.pull_request.head.repo.fork
with:
aqua_version: v2.21.0
permissions:
pull-requests: write
contents: read
actionlint_fork:
# Lint GitHub Actions Workflows by actionlint.
if: github.event.pull_request.head.repo.fork
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0
with:
aqua_version: v2.21.0
- run: actionlint
env:
GITHUB_TOKEN: ${{github.token}}