Skip to content

Commit

Permalink
Update s3, sts to 2.25.29 (#1136)
Browse files Browse the repository at this point in the history
* Fix repo owner so it works for third party repos

* Tweak

* Fixes

* Update s3, sts to 2.25.29

---------

Co-authored-by: David Sloan <[email protected]>
  • Loading branch information
scala-steward and davidsloan authored Apr 12, 2024
1 parent 2a9ed77 commit b09f5fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
format: 'HTML'
args: >-
--failOnCVSS 5
--suppression https://raw.githubusercontent.com/${{ github.repository }}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml
--suppression https://raw.githubusercontent.com/${{ github.event.pull_request.head.repo.owner.login }}/${{github.event.repository.name}}/${{ steps.branch_name.outputs.tag }}${{ steps.branch_name.outputs.current_branch }}/suppression.xml
- name: Upload Test results
uses: actions/upload-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object Dependencies {
val jerseyCommonVersion = "3.1.5"

val calciteVersion = "1.34.0"
val awsSdkVersion = "2.25.21"
val awsSdkVersion = "2.25.29"

val azureDataLakeVersion = "12.18.3"
val azureIdentityVersion = "1.11.4"
Expand Down

0 comments on commit b09f5fc

Please sign in to comment.