Skip to content

Commit

Permalink
Merge pull request #612 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.2 (master)
  • Loading branch information
renovate[bot] authored Jan 22, 2025
2 parents ade7760 + 381d339 commit 4318181
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/[email protected].1',
uses: 'github/codeql-action/[email protected].2',
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/[email protected].1',
uses: 'github/codeql-action/[email protected].2',
with: {sarif_file: 'results.sarif'}
}
]
Expand Down

0 comments on commit 4318181

Please sign in to comment.