Skip to content

Commit

Permalink
[gha] update diem action repo references'
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Jun 7, 2021
1 parent 377f845 commit cf523a5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./scripts/git-checks.sh
- id: changes
name: determine changes
uses: diem/actions/changes@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/changes@78f868bd1170a959f0a9864e33df725690b45b9a
with:
workflow-file: ci-publish-base-image.yml
- name: build image
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
run: ./scripts/git-checks.sh
- id: changes
name: determine changes
uses: diem/actions/changes@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/changes@78f868bd1170a959f0a9864e33df725690b45b9a
with:
workflow-file: ci-test.yml
- id: need-build-images
name: find changes need image build.
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: '^documentation\|^developers.diem.com'
invert: "true"
Expand Down Expand Up @@ -91,34 +91,34 @@ jobs:
echo "::set-output name=name::$(echo $output)";
- id: rust-changes
name: find rust/cargo changes.
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: '^documentation\|^docker\|^scripts\|^developers.diem.com'
invert: "true"
- id: non-rust-lint-changes
name: find shell/dockerfile changes
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: 'Dockerfile$\|.*.sh$|^developers.diem.com'
- id: helm-changes
name: find helm changes
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: '^.github\|^helm\|^developers.diem.com'
- id: dev-setup-sh-changes
name: find dev-setup.sh/base docker image changes
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: 'docker/ci\|scripts/dev_setup.sh'
- id: docker-compose-changes
name: find changes that should trigger docker compose testing.
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: "^documentation"
invert: "true"
- id: website-changes
name: find website changes.
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: "^documentation|^developers.diem.com"

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
fetch-depth: 0 #get all the history!!!
- id: changes
name: determine changes
uses: diem/actions/changes@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/changes@78f868bd1170a959f0a9864e33df725690b45b9a
with:
workflow-file: docker-publish.yml
- name: setup_aws_ecr_login
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-update-sccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
fetch-depth: 0 #get all the history!!!
- id: changes
name: determine changes
uses: diem/actions/changes@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/changes@78f868bd1170a959f0a9864e33df725690b45b9a
with:
workflow-file: ci-update-sccache.yml
- id: rust-changes
name: find rust/cargo changes.
uses: diem/actions/matches@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/matches@78f868bd1170a959f0a9864e33df725690b45b9a
with:
pattern: '^documentation\|^docker\|^scripts'
invert: "true"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: ./.github/actions/build-setup
# build setup is called to ensure the latest docker image tooling is in place and the ~/.profile is called.
- name: Publish unit test results
uses: rexhoffman/actions/process-test-results@d50bbc9b0c0f7297117e429df5742601d3588fa9
uses: rexhoffman/actions/process-test-results@78f868bd1170a959f0a9864e33df725690b45b9a
with:
#used to read artifacts, annoying to need one.
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 #get all the history!!!
- id: changes
name: determine changes
uses: diem/actions/changes@0e2c66f81f92149dfdfe791a753d28ce9f808eda
uses: diem/actions/changes@78f868bd1170a959f0a9864e33df725690b45b9a
with:
workflow-file: docker-publish.yml
- name: setup_aws_ecr_login
Expand Down

0 comments on commit cf523a5

Please sign in to comment.