Skip to content

initial commit of unreal cloud ddc module and sample #615

initial commit of unreal cloud ddc module and sample

initial commit of unreal cloud ddc module and sample #615

name: "CodeQL"
on:
workflow_call:
push:
branches: main
pull_request:
branches: main
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3