chore(deps): update dependency rhysd/actionlint to v1.7.4 #154
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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/imports/actionlint.yaml | |
- aqua/imports/reviewdog.yaml | |
jobs: | |
actionlint: | |
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@f39bb91c0f9391bea9750f89252fb364f9d64c13 # v1.2.0 | |
with: | |
aqua_version: v2.37.1 | |
permissions: | |
pull-requests: write | |
contents: read |