Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
RUN_BUILD_AND_TEST: ${{ steps.check.outputs.files_changed }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Check files
id: check
uses: ./.github/actions/check-files
Expand All @@ -26,7 +26,7 @@ jobs:
Get-CI-Image-Tag:
needs: check-files
if: needs.check-files.outputs.RUN_BUILD_AND_TEST == 'true'
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@c2498b758c08fb7bc48476509a5fc1b8dd5f7493 # main
with:
product: opensearch

Expand All @@ -42,7 +42,7 @@ jobs:
run: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

# Generic build
- name: Configure (generic)
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Install dependencies
run: brew install libomp abseil
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Install Abseil
run: vcpkg install abseil[core]:x64-windows
Expand Down
Loading