Skip to content

Commit

Permalink
Update branch to main from master in snyk workflow
Browse files Browse the repository at this point in the history
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](bb1b98e),
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.
  • Loading branch information
emdash-ie committed Aug 28, 2024
1 parent bb1b98e commit c231367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Snyk
on:
push:
branches:
- master
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c231367

Please sign in to comment.