build(deps): bump tj-actions/changed-files from 2d752abc95ba0255af33a2b4d5de03df3954cdf2 to 6da3c88b60ebf09464ada9b06fba5b6f2d34bb94 #1180
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: Actions | |
| on: | |
| pull_request: | |
| paths: | |
| - .devcontainer/devcontainer.json | |
| - .github/workflows/** | |
| permissions: | |
| contents: read | |
| jobs: | |
| actionlint: | |
| runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }} | |
| timeout-minutes: 10 | |
| steps: | |
| - uses: linkerd/dev/actions/setup-tools@v48 | |
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd | |
| - run: just-dev lint-actions | |
| devcontainer-versions: | |
| runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }} | |
| steps: | |
| - uses: linkerd/dev/actions/setup-tools@v48 | |
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd | |
| - run: just-dev check-action-images |