Skip to content

Bump AWSSDK.SimpleEmailV2 from 4.0.11 to 4.0.11.2 (#868) #1939

Bump AWSSDK.SimpleEmailV2 from 4.0.11 to 4.0.11.2 (#868)

Bump AWSSDK.SimpleEmailV2 from 4.0.11 to 4.0.11.2 (#868) #1939

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '43 0 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'csharp', 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
steps:
- name: Checkout repository
uses: actions/checkout@v6
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Setup .NET
uses: actions/setup-dotnet@v5
if: ${{ matrix.language == 'csharp' }}
with:
dotnet-version: 10.0.x
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4