Skip to content

Commit 338d4e3

Browse files
author
IvanZosimov
committed
Update workflows to use reusable-workflows repo
1 parent 228eec3 commit 338d4e3

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Diff for: .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

Diff for: .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

Diff for: .github/workflows/licensed.yml

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

Diff for: .github/workflows/workflow.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ 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
1918

2019
test-setup-multiple-versions:
2120
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)