Skip to content

Commit

Permalink
Merge pull request #127 from jwillemsen/jwi-githubactionsupdate
Browse files Browse the repository at this point in the history
Updated github actions to use specific branches/tags
  • Loading branch information
jwillemsen authored Jul 8, 2022
2 parents 0d00f33 + a97f9f8 commit 60da6de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,36 +84,43 @@ jobs:
with:
repository: DOCGroup/ACE_TAO
path: ${{ env.DOC_ROOT }}
ref: ACE+TAO-7_0_4
- name: checkout MPC
uses: actions/checkout@v2
with:
repository: DOCGroup/MPC
path: ${{ env.MPC_ROOT }}
ref: ACE+TAO-7_0_4
- name: checkout ridl
uses: actions/checkout@v2
with:
repository: RemedyIT/ridl
path: ${{ env.RIDL_ROOT }}
ref: v2.2.1_dev
- name: checkout taox11
uses: actions/checkout@v2
with:
repository: RemedyIT/taox11
path: ${{ env.TAOX11_ROOT }}
ref: v2.2.1_dev
- name: checkout ciaox11
uses: actions/checkout@v2
with:
repository: RemedyIT/ciaox11
path: ${{ env.CIAOX11_ROOT }}
ref: v2.2.1_dev
- name: checkout dancex11
uses: actions/checkout@v2
with:
repository: RemedyIT/dancex11
path: ${{ env.DANCEX11_ROOT }}
ref: v2.2.1_dev
- name: checkout OpenDDS
uses: actions/checkout@v2
with:
repository: objectcomputing/OpenDDS
path: ${{ env.DDS_ROOT }}
ref: DDS-3.18.1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 60da6de

Please sign in to comment.