diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml deleted file mode 100644 index c7300dfc..00000000 --- a/.github/workflows/validate.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Validate - -on: - merge_group: - pull_request: - branches: - - main - - master - -jobs: - validate-landscape: - runs-on: ubuntu-latest - name: "Validate landscape.yml file" - steps: - - name: Harden Runner - uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1 - with: - egress-policy: audit - - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - - uses: cncf/landscape2-validate-action@7f299c46e9b03b4e8bc2896882734fb0b0756b37 # v2.0.0 - with: - target_kind: data - target_path: ./landscape.yml