Skip to content

Commit de00a26

Browse files
Explicitly wait for the pack job to complete before doing dependency-scan
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5990830 commit de00a26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ jobs:
283283
# dependency-review job pairing this one yet.
284284
dependency-scan:
285285
name: Scan dependencies
286+
needs: pack
286287
runs-on: ubuntu-latest
287288
timeout-minutes: 15
288289
permissions:

0 commit comments

Comments
 (0)