Skip to content

Commit

Permalink
testing pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kpx-dev committed Aug 9, 2024
1 parent e59f039 commit 17a01f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeguru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Upload review result
if: steps.iam-role.outcome == 'success'
uses: github/codeql-action/upload-sarif@v1
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: codeguru-results.sarif.json

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/shipmentEvents/util/S3ClientUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.amazonaws.services.s3.AmazonS3ClientBuilder;

public class S3ClientUtil {

// Testing code changes
public static AmazonS3 getS3Client() {
return AmazonS3ClientBuilder.standard().withRegion(Regions.DEFAULT_REGION).build();
}
Expand Down

0 comments on commit 17a01f2

Please sign in to comment.