build(deps): bump tj-actions/changed-files from c6634ca281a9fc05b03bee224ba00910cb78ab6e to 050a3d3360d29711ee9d8210fc639d902d23ad07 #1028
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: ubuntu-24.04 | |
timeout-minutes: 10 | |
steps: | |
- uses: linkerd/dev/actions/setup-tools@v45 | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
- run: just-dev lint-actions | |
devcontainer-versions: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: linkerd/dev/actions/setup-tools@v45 | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 | |
- run: just-dev check-action-images |