Skip to content

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.22.1 to 1.22.2 #2258

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.22.1 to 1.22.2

build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.22.1 to 1.22.2 #2258

Workflow file for this run

name: Semgrep
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci --config .semgrep.yml
env:
# only trigger for files in this change
SEMGREP_BASELINE_BRANCH: ${{ github.head_ref }}