File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515
1616 # Create environment to run API
1717 - name : Set up Python
18- uses : actions/setup-python@v1
18+ uses : actions/setup-python@v4
1919 with :
2020 python-version : 3.8
2121 - name : Install dependencies
@@ -41,20 +41,20 @@ jobs:
4141
4242 # Archive HTML report
4343 - name : Archive Mayhem for API report
44- uses : actions/upload-artifact@v2
44+ uses : actions/upload-artifact@v3
4545 with :
4646 name : mapi-report
4747 path : mapi.html
4848
4949 # Archive SARIF output
5050 - name : Archive Mayhem for API SARIF
51- uses : actions/upload-artifact@v2
51+ uses : actions/upload-artifact@v3
5252 with :
5353 name : mapi-sarif
5454 path : mapi.sarif
5555
5656 # Upload SARIF file (only available on public repos or github enterprise)
5757 - name : Upload SARIF file
58- uses : github/codeql-action/upload-sarif@v1
58+ uses : github/codeql-action/upload-sarif@v2
5959 with :
60- sarif_file : mapi.sarif
60+ sarif_file : mapi.sarif
You can’t perform that action at this time.
0 commit comments