From c734b24f3064e5bd03390f6053c4aca9da0caf6c Mon Sep 17 00:00:00 2001 From: "delete-snyk[bot]" <245422931+delete-snyk[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 13:51:14 +0000 Subject: [PATCH] Delete obsolete Snyk workflow `.github/workflows/snyk.yml` As of January 2025 and https://github.com/guardian/.github/pull/96,this workflow file is completely obsolete, and has no effect onGitHub repositories other than to make the main code branch[appear broken](https://github.com/guardian/service-catalogue/issues/1749).Please feel free to approve & merge this PR - or, if appropriate,[archive](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories)this repository. Failing that, this PR will be **automatically merged**on Wednesday 10th December 2025. --- .github/workflows/snyk.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/workflows/snyk.yml diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml deleted file mode 100644 index eb59494..0000000 --- a/.github/workflows/snyk.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: Example -on: workflow_dispatch - -jobs: - example: - run: echo "Hello"