mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
Add links to reusable workflows
This commit is contained in:
parent
1eb7169fc2
commit
a3c7fb1220
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-basic-validation:
|
call-basic-validation: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/basic-validation.yml
|
||||||
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
|
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-check-dist:
|
call-check-dist: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/check-dist.yml
|
||||||
name: Check dist/
|
name: Check dist/
|
||||||
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||||
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
|
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||||
|
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
- cron: '0 3 * * 0'
|
- cron: '0 3 * * 0'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-codeQL-analysis:
|
call-codeQL-analysis: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
|
||||||
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
|
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-licensed:
|
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
|
||||||
name: Licensed
|
name: Licensed
|
||||||
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|
||||||
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main
|
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main
|
||||||
|
|
Loading…
Reference in a new issue