File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- name : CodeGuru Security Example
1+ name : CodeGuru Security Workflow
22on :
33 push :
44 branches :
2222 fetch-depth : 0
2323
2424 - name : Configure aws credentials
25- uses : aws-actions/configure-aws-credentials@v2
25+ uses : aws-actions/configure-aws-credentials@v4
2626 with :
2727 role-to-assume : arn:aws:iam::686407537119:role/CodeGuruSecurityGitHubAccessRole
2828 aws-region : us-east-1
4242 # If you want content in security scanning, you’ll need to enable codescanning by going into github.
4343 # https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository
4444 - name : Upload result
45- uses : github/codeql-action/upload-sarif@v2
45+ uses : github/codeql-action/upload-sarif@v3
4646 with :
4747 sarif_file : codeguru-security-results.sarif.json
You can’t perform that action at this time.
0 commit comments