Skip to content

Commit

Permalink
Updated github actions to use specific branches/tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Jul 8, 2022
1 parent 9b3e372 commit 7b1d501
Show file tree
Hide file tree
Showing 3 changed files with 9 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
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,25 @@ 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 axcioma
uses: actions/checkout@v2
with:
repository: RemedyIT/axcioma
path: ${{ env.X11_BASE_ROOT }}
ref: v2.2.1_dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,25 @@ 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 axcioma
uses: actions/checkout@v2
with:
repository: RemedyIT/axcioma
path: ${{ env.X11_BASE_ROOT }}
ref: v2.2.1_dev
- uses: ilammy/msvc-dev-cmd@v1
- uses: actions/setup-ruby@v1
with:
Expand Down

0 comments on commit 7b1d501

Please sign in to comment.