Skip to content

Add parentId to reconciled service deployments (#1156) #7823

Add parentId to reconciled service deployments (#1156)

Add parentId to reconciled service deployments (#1156) #7823

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**/*.md'
schedule:
- cron: '0 0 * * 1'
jobs:
codeql:
permissions:
actions: read
contents: read
security-events: write
name: CodeQL
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'typescript' ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2