diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-03-28 09:21:45 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-03-28 09:54:29 +0100 |
| commit | 8fbf46194b975655f6b0e5131032d17ed47875fc (patch) | |
| tree | 36ec6212bd86b661a8a1787024fae5446c58410b /.github | |
| parent | 5b84342bba0dfe78acbcef3ccea3f4f14c14ae43 (diff) | |
| download | mullvadvpn-8fbf46194b975655f6b0e5131032d17ed47875fc.tar.xz mullvadvpn-8fbf46194b975655f6b0e5131032d17ed47875fc.zip | |
Stop checking out submodules when running scheduled osv-scanner CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/osv-scanner-scheduled.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/osv-scanner-scheduled.yml b/.github/workflows/osv-scanner-scheduled.yml index cf6a23f92c..d599678339 100644 --- a/.github/workflows/osv-scanner-scheduled.yml +++ b/.github/workflows/osv-scanner-scheduled.yml @@ -20,4 +20,4 @@ jobs: # yamllint disable rule:line-length uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@ab8175fc65a74d8c0308f623b1c617a39bdc34fe" # v1.9.2 + submodule patch with: - checkout-submodules: true + checkout-submodules: false |
