build(deps): bump tj-actions/changed-files from 70069877f29101175ed2b055d210fe8b1d54d7d7 to 2d752abc95ba0255af33a2b4d5de03df3954cdf2 #1178
Workflow file for this run
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 |