Skip to content

Commit

Permalink
Merge pull request #74 from jwillemsen/v2.2.1_dev
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 297cb17 + 16f2be2 commit 45a1c1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fuzzr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
repository: RemedyIT/axcioma
path: ${{ env.X11_BASE_ROOT }}
ref: v2.2.1_dev
- name: install fuzzr gem
run: |
gem install fuzzr
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,36 +83,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 axcioma
uses: actions/checkout@v2
with:
repository: RemedyIT/axcioma
path: ${{ env.X11_BASE_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 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 45a1c1b

Please sign in to comment.