Skip to content

Bump aws/aws-sdk-php from 3.332.0 to 3.334.6 #27

Bump aws/aws-sdk-php from 3.332.0 to 3.334.6

Bump aws/aws-sdk-php from 3.332.0 to 3.334.6 #27

Workflow file for this run

# Name of this GitHub Actions workflow.
name: Semgrep OSS scan
on:
pull_request: {}
workflow_dispatch: {}
push:
branches: ["main"]
jobs:
semgrep:
name: semgrep-oss/scan
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep scan --config auto