Update all dependencies on GitHub Actions (major) #10
This file contains hidden or 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
| name: run common linters for GitHub Action | |
| on: | |
| pull_request: | |
| paths: | |
| - '.github/workflows/**' | |
| jobs: | |
| lint: | |
| uses: cloudnativedaysjp/reusable-workflows/.github/workflows/wc-lint-actions.yml@main | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| secrets: | |
| APP_ID: ${{ secrets.APP_ID }} | |
| APP_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} |