Update workflows

This commit is contained in:
IvanZosimov 2022-12-15 16:09:18 +01:00
parent fe4d514f1a
commit ca97bf7f80
5 changed files with 6 additions and 8 deletions

View file

@ -1,3 +0,0 @@
name: CodeQL config
paths:
- src

View file

@ -15,4 +15,4 @@ jobs:
call-basic-validation:
name: Basic validation
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main

View file

@ -1,4 +1,5 @@
name: Check dist/
on:
push:
branches:

View file

@ -1,4 +1,5 @@
name: CodeQL analysis
name: CodeQL analysis
on:
push:
branches: [ main ]
@ -11,6 +12,4 @@ jobs:
call-codeQL-analysis:
name: CodeQL analysis
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
with:
codeql-cfg-path: "./.github/codeql/codeql-config.yml"
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main

View file

@ -1,4 +1,5 @@
name: Release new action version
on:
release:
types: [released]