Skip to content

Commit

Permalink
Merge pull request #596 from form8ion/renovate/master-github-codeql-a…
Browse files Browse the repository at this point in the history
…ction-upload-sarif-3.x

chore(deps): update dependency github/codeql-action/upload-sarif to v3.28.0 (master)
  • Loading branch information
renovate[bot] authored Dec 21, 2024
2 parents 09a8f28 + fa75af4 commit 779d120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/workflow/scaffolder.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function ({projectRoot}) {
},
{
name: 'Upload to code-scanning',
uses: 'github/codeql-action/upload-sarif@v3.27.9',
uses: 'github/codeql-action/upload-sarif@v3.28.0',
with: {sarif_file: 'results.sarif'}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/workflow/scaffolder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('workflow scaffolder', () => {
},
{
name: 'Upload to code-scanning',
uses: 'github/codeql-action/upload-sarif@v3.27.9',
uses: 'github/codeql-action/upload-sarif@v3.28.0',
with: {sarif_file: 'results.sarif'}
}
]
Expand Down

0 comments on commit 779d120

Please sign in to comment.