|
@@ -17,7 +17,7 @@ jobs:
|
|
|
# Scan runs on ubuntu, mac and windows
|
|
# Scan runs on ubuntu, mac and windows
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
|
+ - uses: actions/checkout@v3
|
|
|
# potentially add composer install steo here
|
|
# potentially add composer install steo here
|
|
|
- name: Perform Scan
|
|
- name: Perform Scan
|
|
|
uses: ShiftLeftSecurity/scan-action@master
|
|
uses: ShiftLeftSecurity/scan-action@master
|