Skip to content

Commit 4bfa907

Browse files
AbdulR3hmanritiktrianz
authored andcommitted
Code guru security (awslabs#2907)
1 parent 26b6f31 commit 4bfa907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code-guru-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CodeGuru Security Example
1+
name: CodeGuru Security Workflow
22
on:
33
push:
44
branches:
@@ -22,7 +22,7 @@ jobs:
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
@@ -42,6 +42,6 @@ jobs:
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

0 commit comments

Comments
 (0)