Skip to content

Commit ca97bf7

Browse files
author
IvanZosimov
committed
Update workflows
1 parent fe4d514 commit ca97bf7

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.github/codeql/codeql-config.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
call-basic-validation:
1616
name: Basic validation
1717
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
18-
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
18+
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main

.github/workflows/check-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Check dist/
2+
23
on:
34
push:
45
branches:

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: CodeQL analysis
1+
name: CodeQL analysis
2+
23
on:
34
push:
45
branches: [ main ]
@@ -11,6 +12,4 @@ jobs:
1112
call-codeQL-analysis:
1213
name: CodeQL analysis
1314
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
14-
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
15-
with:
16-
codeql-cfg-path: "./.github/codeql/codeql-config.yml"
15+
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release new action version
2+
23
on:
34
release:
45
types: [released]

0 commit comments

Comments
 (0)