Bump jmertic/lfx-landscape-tools from 20260427 to 20260518 in the all group #73
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: Validate Landscape | |
| on: | |
| merge_group: | |
| pull_request: | |
| branches: | |
| - main | |
| - master | |
| permissions: {} | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| validate-landscape: | |
| runs-on: ubuntu-latest | |
| name: "Validate landscape.yml file" | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| with: | |
| persist-credentials: false | |
| - uses: cncf/landscape2-validate-action@6381e8747c73412e638670807b402ef2b863e9f8 # v2.0.1 | |
| with: | |
| target_kind: data | |
| target_path: ./landscape.yml |