Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/upload-lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/upload-lib.ts
@@ -48,7 +48,7 @@ export function combineSarifFiles(sarifFiles: string[]): string {
}

// Upload the given payload.
// If the request fails then this will be retry a small number of times.
// If the request fails then this will retry a small number of times.
async function uploadPayload(payload) {
core.info('Uploading results');

0 comments on commit cffc0f7

Please sign in to comment.