Skip to content

Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.45.21 (#1127) #3505

Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.45.21 (#1127)

Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.45.21 (#1127) #3505

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '17 11 * * 4'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2