@unite-us/app-create-referral 0.1.63-code-quality-actions-bab8ecd → 0.1.63-code-quality-actions-5a0a364
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
- name: Install node
|
|
19
19
|
uses: actions/setup-node@v2
|
|
20
20
|
with:
|
|
21
|
-
node-version: '
|
|
21
|
+
node-version: '14.20.1'
|
|
22
22
|
- name: Install dependencies
|
|
23
23
|
run: |
|
|
24
24
|
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./.npmrc
|
|
@@ -40,4 +40,4 @@ jobs:
|
|
|
40
40
|
python3 -m pip install semgrep
|
|
41
41
|
- name: semgrep results
|
|
42
42
|
run: |
|
|
43
|
-
semgrep --config=p/secrets --config=p/security-audit --config=p/owasp-top-ten --config=p/nodejsscan --severity ERROR
|
|
43
|
+
semgrep --config=p/secrets --config=p/security-audit --config=p/owasp-top-ten --config=p/nodejsscan --severity ERROR
|