Skip to content

chore(deps): update dependency tunit to 1.34.5 #20

chore(deps): update dependency tunit to 1.34.5

chore(deps): update dependency tunit to 1.34.5 #20

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '37 15 * * 3'
permissions:
security-events: write
contents: read
packages: read
actions: read
jobs:
codeql:
uses: reactiveui/actions-common/.github/workflows/workflow-common-codeql.yml@main
with:
srcFolder: src
solutionFile: ReactiveUI.SourceGenerators.slnx
installWorkloads: true
analyzeCSharp: true
analyzeActions: true
analyzeJavaScript: false