Skip to content

Commit 6c16737

Browse files
authored
updated main.yml workflow file
updated the version to v0.1.0 and changed the app_id
1 parent c737488 commit 6c16737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fetch-depth: 0
1212
- name: Code Analysis Step
1313
id: code
14-
uses: SecureStackCo/actions-code@main
14+
uses: SecureStackCo/actions-code@v0.1.0
1515
with:
16-
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}
17-
securestack_app_id: 'abb7fb5c-fa15-4baa-9dfd-3e77316f80a2'
16+
securestack_api_key: ${{ secrets.SECURESTACK_API_KEY }}
17+
securestack_app_id: ${{ secrets.SECURESTACK_APP_ID }}
1818
severity: critical
1919
language: node
2020
flags: '--path test/ --debug'

0 commit comments

Comments
 (0)