Skip to content

Commit 3a16f8a

Browse files
authored
Updates (#5)
* update grpc example * update grpc example 2 * update grpc example 3 * update action versions * update workflow * update token
1 parent 890e5c5 commit 3a16f8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ForAllSecure/mapi-action@v1
2929
continue-on-error: true
3030
with:
31-
mapi-token: ${{ secrets.MAPI_TOKEN }}
31+
mayhem-token: ${{ secrets.MAPI_TOKEN }}
3232
api-url: http://localhost:8081
3333
api-spec: example-api.swagger.json
3434
sarif-report: mapi.sarif
@@ -58,6 +58,6 @@ jobs:
5858

5959
# Upload SARIF file (only available on public repos or github enterprise)
6060
- name: Upload SARIF file
61-
uses: github/codeql-action/upload-sarif@v3
61+
uses: github/codeql-action/upload-sarif@v4
6262
with:
63-
sarif_file: mapi.sarif
63+
sarif_file: mapi.sarif

0 commit comments

Comments
 (0)