Skip to content

fix(deps): update aws-sdk-go-v2 monorepo in lambda/go.mod (main) #367

fix(deps): update aws-sdk-go-v2 monorepo in lambda/go.mod (main)

fix(deps): update aws-sdk-go-v2 monorepo in lambda/go.mod (main) #367

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 6 * * 3'
permissions: {}
jobs:
analyze:
name: Analyze Go
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
with:
languages: go
- name: Build
run: cd lambda && go build ./...
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
with:
category: /language:go