Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.0 to 1.72.0 #485

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.0 to 1.72.0

chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.71.0 to 1.72.0 #485

Workflow file for this run

name: Package Auditing
on:
pull_request:
types: [opened, synchronize]
jobs:
PackageAuditing:
name: Package Auditor (GoVulnCheck)
runs-on: ubuntu-latest
container:
image: golang:1.22.5
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: GoVulnCheck
run: make govulncheck