Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.3 #46

chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.3

chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.41.2 to 1.41.3 #46

Workflow file for this run

name: Code Scanning
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 3 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
name: CodeQL Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3