Skip to content

chore(deps): update aquaproj/aqua-installer action to v3.1.0 #429

chore(deps): update aquaproj/aqua-installer action to v3.1.0

chore(deps): update aquaproj/aqua-installer action to v3.1.0 #429

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@f39bb91c0f9391bea9750f89252fb364f9d64c13 # v1.2.0
if: |
! github.event.pull_request.head.repo.fork
with:
aqua_version: v2.38.0
permissions:
pull-requests: write
contents: read
actionlint_fork:
# Lint GitHub Actions Workflows by actionlint.
timeout-minutes: 30
if: github.event.pull_request.head.repo.fork
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.0
- run: actionlint
env:
GITHUB_TOKEN: ${{github.token}}