Skip to content

Commit

Permalink
chore(deps): update dependency github/codeql-action/upload-sarif to v…
Browse files Browse the repository at this point in the history
…3.28.3
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 3fc79f7 commit 2ded2f9
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].2',
uses: 'github/codeql-action/[email protected].3',
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].2',
uses: 'github/codeql-action/[email protected].3',
with: {sarif_file: 'results.sarif'}
}
]
Expand Down

0 comments on commit 2ded2f9

Please sign in to comment.