From f7e2a4ffd62c13ff34b06edc4423963087dd7acb Mon Sep 17 00:00:00 2001 From: "delete-old-snyk-files[bot]" <246519629+delete-old-snyk-files[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:19:12 +0000 Subject: [PATCH] Delete obsolete Snyk workflow `.github/workflows/snyk.yml` As of January 2025, with https://github.com/guardian/.github/pull/96, this workflow file is completely obsolete, and has no effect on GitHub repositories - other than to make the main code branch [appear broken](https://github.com/guardian/service-catalogue/issues/1749)! Consequently, this PR deletes this file. Please feel free to approve & merge this PR - or, if appropriate, [archive](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories) the whole repository. Failing that, this PR will be **automatically merged** on Wednesday 10th December 2025. Contact @rtyley with any questions/comments! --- .github/workflows/snyk.yml | 21 --------------------- 1 file changed, 21 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 7c234db..0000000 --- a/.github/workflows/snyk.yml +++ /dev/null @@ -1,21 +0,0 @@ -# This action runs on every push to `main` -# If the branch it's running on is main then it will run snyk monitor (reports vulnerabilities to snyk.io) - -name: Snyk - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - security: - uses: guardian/.github/.github/workflows/sbt-node-snyk.yml@main - with: - SKIP_NODE: true - ORG: guardian-dotcom-n2y - JAVA_VERSION: 11 - PROJECT_FILE: ./build.sbt - secrets: - SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}