Skip to content

Commit

Permalink
Target ubuntu-latest explicitely when running depency-review [DT-7006]
Browse files Browse the repository at this point in the history
feat: **Target ubuntu-latest directly when running dependency-review **

https://coveord.atlassian.net/browse/DT-7006

Summary of changes:
  - The `dependency-review` workflow now targets `ubuntu-latest` directly instead of using the default.

We are changing the default value of the `dependency-review` action to target our self-hosted runners.
Therefore, public repositories must be adjusted prior else they will not be able to run the workflow anymore.

*You should adjust and merge this pull request yourself if you're OK with it.
Feel free to comment if there's an issue!*
  • Loading branch information
jonapich committed Jul 16, 2024
1 parent 3dce9ef commit b23bd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
with:
public: true
distributed: true
runs-on: '["ubuntu-latest"]'

0 comments on commit b23bd47

Please sign in to comment.