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: call-basic-validation:
name: Basic validation name: Basic validation
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main #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/ name: Check dist/
on: on:
push: push:
branches: branches:

View file

@ -1,4 +1,5 @@
name: CodeQL analysis name: CodeQL analysis
on: on:
push: push:
branches: [ main ] branches: [ main ]
@ -11,6 +12,4 @@ jobs:
call-codeQL-analysis: call-codeQL-analysis:
name: CodeQL analysis name: CodeQL analysis
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main #uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
uses: IvanZosimov/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"

View file

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