Skip to content

Commit fa508a7

Browse files
Target ubuntu-latest explicitely when running depency-review [DT-7006] (#341)
* Target ubuntu-latest explicitely when running depency-review [DT-7006] 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!* * lint --------- Co-authored-by: Alex Prudhomme <[email protected]>
1 parent a9ea666 commit fa508a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependency-review.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
with:
1717
public: true
1818
distributed: true
19+
runs-on: '["ubuntu-latest"]'

0 commit comments

Comments
 (0)