This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Bump @hugoalh/advanced-determine from 13.1.0 to 13.2.0 #41
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: "CodeQL - Analysis" | |
on: | |
push: | |
branches: | |
- "**" | |
pull_request: | |
branches: | |
- "**" | |
types: | |
- "edited" | |
- "opened" | |
- "reopened" | |
- "synchronize" | |
workflow_dispatch: | |
jobs: | |
main: | |
name: "Main" | |
uses: "hugoalh/hugoalh/.github/workflows/reusable-codeql-analysis.yml@main" |