Skip to content

Bump AWSSDK.IdentityManagement from 3.7.200.1 to 3.7.200.2 #366

Bump AWSSDK.IdentityManagement from 3.7.200.1 to 3.7.200.2

Bump AWSSDK.IdentityManagement from 3.7.200.1 to 3.7.200.2 #366

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '30 1 * * 6'
jobs:
codeql:
name: Analyze
permissions:
actions: read
contents: read
security-events: write
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: csharp
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-quality: 'preview'
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2