We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb8bc6 commit e814096Copy full SHA for e814096
.github/workflows/workflows/test.yml
@@ -6,4 +6,9 @@ on:
6
7
jobs:
8
dependency-review:
9
- uses: hyperwallet/security-workflows/.github/workflows/dependency-review.yml@main
+ runs-on: ubuntu-latest
10
+
11
+ steps:
12
+ - run: echo test
13
+ shell: bash
14
0 commit comments