Skip to content

feat(CosmosDb): Update base image from latest to vnext-preview #2890

feat(CosmosDb): Update base image from latest to vnext-preview

feat(CosmosDb): Update base image from latest to vnext-preview #2890

Workflow file for this run

name: CodeQL
on:
push:
branches: [ develop, main ]
paths-ignore: [ 'docs/**', 'examples/**' ]
pull_request:
branches: [ develop, main ]
paths-ignore: [ 'docs/**', 'examples/**' ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
analyze:
strategy:
fail-fast: false
matrix:
language: [ csharp ]
permissions:
contents: read
security-events: write
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
lfs: true
- name: Initialize CodeQL
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6