Skip to content

Commit e01c74b

Browse files
author
IvanZosimov
committed
Update action to use reusabl-workflows repo
1 parent e417811 commit e01c74b

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/check-dist.yml

+1-2
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

+1-2
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

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

.github/workflows/workflow.yml

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

0 commit comments

Comments
 (0)