Skip to content

Commit 217387c

Browse files
author
IvanZosimov
committed
Update action to use reusable-workflows repo
1 parent 2db3663 commit 217387c

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ on:
1414
jobs:
1515
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
1616
name: Basic validation
17-
#uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
18-
uses: IvanZosimov/reusable-workflows/.github/workflows/basic-validation.yml@main
17+
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main

.github/workflows/check-dist.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ on:
1414
jobs:
1515
call-check-dist: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/check-dist.yml
1616
name: Check dist/
17-
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
18-
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
17+
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ on:
1111
jobs:
1212
call-codeQL-analysis: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
1313
name: CodeQL analysis
14-
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
15-
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
14+
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main

.github/workflows/licensed.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ on:
1212
jobs:
1313
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
1414
name: Licensed
15-
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
16-
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main
15+
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main

0 commit comments

Comments
 (0)