Skip to content

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.10 to 1.18.18 in /store/awsrds #737

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.10 to 1.18.18 in /store/awsrds

Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.10 to 1.18.18 in /store/awsrds #737

Workflow file for this run

---
name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: 38 22 * * 1
jobs:
analyze:
name: Analyze (${{ matrix.version }})
runs-on: ubuntu-latest
strategy:
matrix:
version: [1.23, 1.24, 1.25]
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.version }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3