From c23136715460206691615218e26588f84f2807c6 Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Wed, 28 Aug 2024 16:41:03 +0100 Subject: [PATCH] Update branch to main from master in snyk workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default branch of this repository has been updated to main, but the branch name was not updated in this workflow. This means the workflow hasn’t been running when commits have been merged to main (e.g. if you look at the builds on [the last commit to main on github](https://github.com/guardian/content-atom/commit/bb1b98e04469498fa83c3e4b70f76b0d03c512ba), there’s no run of the snyk workflow). As such, our dependency vulnerability notifications haven’t been up to date! This commit updates the branch name so that the notifications will be up to date. --- .github/workflows/snyk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index c88df43..a91ce4a 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -3,7 +3,7 @@ name: Snyk on: push: branches: - - master + - main workflow_dispatch: jobs: