Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated github actions to use specific branches/tags #227

Merged
merged 1 commit into from
Jul 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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