We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da0ceb commit 61ef245Copy full SHA for 61ef245
1 file changed
.github/workflows/unit-sec-test.yml
@@ -30,6 +30,9 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
33
+ - name: Checkout github repo
34
+ uses: actions/checkout@v4
35
+
36
- name: Install Snyk CLI
37
run: npm install -g snyk
38
0 commit comments