diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-06-29 13:31:05 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-06-29 13:52:12 +0200 |
| commit | 37ffc541bdf8c6710ed326733baa51d1948c23a1 (patch) | |
| tree | 3227f4389952775bd2807838a6fc686eeef48aeb /.github/workflows | |
| parent | e89d350cc32b451004bb9e1c4c2629a8ed203015 (diff) | |
| download | mullvadvpn-37ffc541bdf8c6710ed326733baa51d1948c23a1.tar.xz mullvadvpn-37ffc541bdf8c6710ed326733baa51d1948c23a1.zip | |
Testing new schedule
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index 4f5c87b660..f5c9161831 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -6,12 +6,8 @@ on: - .github/workflows/cargo-audit.yml - Cargo.lock schedule: - # At 06:20 UTC every day. - # Notifications for scheduled workflows are sent to the user who last modified the cron - # syntax in the workflow file. If you update this you must have notifications for - # Github Actions enabled, so these don't go unnoticed. - # https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs - - cron: '20 6 * * *' + # At 12:00 UTC every day. Will create an issue if a CVE is found + - cron: '00 12 * * *' workflow_dispatch: jobs: audit: @@ -32,4 +28,4 @@ jobs: # RUSTSEC-2021-0145: The vulnerability affects custom global allocators, # so it should be safe to ignore it. Stop ignoring the warning once # atty has been removed from our dependency tree. - ignore: RUSTSEC-2020-0071,RUSTSEC-2021-0145 + ignore: RUSTSEC-2020-0071 |
