Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

chore: update renovate and labelsync config #145

chore: update renovate and labelsync config

chore: update renovate and labelsync config #145

name: Code Scanning
on:
push:
branches:
- main
pull_request:
jobs:
CodeQL:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2