diff --git a/.github/templates/common.lib.yml b/.github/templates/common.lib.yml index 23bc1d104e..cd4e6cb582 100644 --- a/.github/templates/common.lib.yml +++ b/.github/templates/common.lib.yml @@ -13,8 +13,8 @@ #@ actionCodeQLAnalyze = "github/codeql-action/analyze@40542d38bc4936c2ca7da883aeb050a6081b4b31" #@ actionSetupNode = "actions/setup-node@16352bb09bc672a073e326c2cc1d3d7d2a3e577e" #@ actionAWSConfigureCredentials = "aws-actions/configure-aws-credentials@v1-node16" -#@ actionRuniOSSimulator = "realm/ci-actions/run-ios-simulator@cd3efc67e2583fc5257d6a94edf29f7ccfbb9897" -#@ actionReleaseToSlack = "realm/ci-actions/release-to-slack@fa20eb972b9f018654fdb4e2c7afb52b0532f907" +#@ actionRuniOSSimulator = "realm/ci-actions/run-ios-simulator@6418e15ed9bbdb19b7d456a347e5623779f95cdf" +#@ actionReleaseToSlack = "realm/ci-actions/release-to-slack@6418e15ed9bbdb19b7d456a347e5623779f95cdf" #@ actionSetupXcode = "maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd" #@ actionSetupAndroid = "android-actions/setup-android@7c5672355aaa8fde5f97a91aa9a99616d1ace6bc" #@ actionSetupJDK = "actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0" diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index d360ed472a..67ebe19cfa 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -31,7 +31,7 @@ jobs: include: Realm/Realm.Weaver/Analytics/Analytics.cs - name: Update Changelog id: update-changelog - uses: realm/ci-actions/update-changelog@fa20eb972b9f018654fdb4e2c7afb52b0532f907 + uses: realm/ci-actions/update-changelog@6418e15ed9bbdb19b7d456a347e5623779f95cdf with: changelog: ${{ github.workspace }}/CHANGELOG.md version: ${{ inputs.version }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 12cbd47de4..cda9bc4d06 100755 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -106,7 +106,7 @@ jobs: number: ${{ steps.vnext-pr.outputs.pull-request-number }} method: squash - name: 'Post to #realm-releases' - uses: realm/ci-actions/release-to-slack@fa20eb972b9f018654fdb4e2c7afb52b0532f907 + uses: realm/ci-actions/release-to-slack@6418e15ed9bbdb19b7d456a347e5623779f95cdf with: changelog: Realm/packages/ExtractedChangelog/ExtractedChangelog.md sdk: .NET diff --git a/.github/workflows/test-ios.yml b/.github/workflows/test-ios.yml index 9c2fae18f8..27d7783b00 100755 --- a/.github/workflows/test-ios.yml +++ b/.github/workflows/test-ios.yml @@ -48,7 +48,7 @@ jobs: - name: Build Tests/Tests.iOS run: msbuild Tests/Tests.iOS -p:Configuration=Release -restore -p:RestoreConfigFile=Tests/Test.NuGet.Config -p:UseRealmNupkgsWithVersion=${{ inputs.version }} -p:Platform=iPhoneSimulator - name: Run the tests - uses: realm/ci-actions/run-ios-simulator@cd3efc67e2583fc5257d6a94edf29f7ccfbb9897 + uses: realm/ci-actions/run-ios-simulator@6418e15ed9bbdb19b7d456a347e5623779f95cdf with: appPath: Tests/Tests.iOS/bin/iPhoneSimulator/Release/Tests.iOS.app bundleId: io.realm.dotnettests @@ -102,7 +102,7 @@ jobs: - name: Build the tests run: dotnet build Tests/Tests.Maui -c Release -f net8.0-ios -p:RestoreConfigFile=Tests/Test.NuGet.Config -p:UseRealmNupkgsWithVersion=${{ inputs.version }} - name: Run the tests - uses: realm/ci-actions/run-ios-simulator@cd3efc67e2583fc5257d6a94edf29f7ccfbb9897 + uses: realm/ci-actions/run-ios-simulator@6418e15ed9bbdb19b7d456a347e5623779f95cdf with: appPath: Tests/Tests.Maui/bin/Release/net8.0-ios/iossimulator-x64/Tests.Maui.app bundleId: io.realm.mauitests diff --git a/.github/workflows/test-tvos.yml b/.github/workflows/test-tvos.yml index 09dfb69c70..e2176c1efa 100755 --- a/.github/workflows/test-tvos.yml +++ b/.github/workflows/test-tvos.yml @@ -42,7 +42,7 @@ jobs: - name: Build Tests/Tests.XamarinTVOS run: msbuild Tests/Tests.XamarinTVOS -p:Configuration=Release -restore -p:RestoreConfigFile=Tests/Test.NuGet.Config -p:UseRealmNupkgsWithVersion=${{ inputs.version }} -p:Platform=iPhoneSimulator - name: Run the tests - uses: realm/ci-actions/run-ios-simulator@cd3efc67e2583fc5257d6a94edf29f7ccfbb9897 + uses: realm/ci-actions/run-ios-simulator@6418e15ed9bbdb19b7d456a347e5623779f95cdf with: appPath: Tests/Tests.XamarinTVOS/bin/iPhoneSimulator/Release/Tests.XamarinTVOS.app bundleId: io.realm.Tests-XamarinTVOS diff --git a/.github/workflows/wipe-clusters.yml b/.github/workflows/wipe-clusters.yml index 5a87e46fc9..7393299d67 100644 --- a/.github/workflows/wipe-clusters.yml +++ b/.github/workflows/wipe-clusters.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest name: Wipe all clusters and apps steps: - - uses: realm/ci-actions/mdb-realm/deleteAllClusters@fa20eb972b9f018654fdb4e2c7afb52b0532f907 + - uses: realm/ci-actions/mdb-realm/deleteAllClusters@6418e15ed9bbdb19b7d456a347e5623779f95cdf with: realmUrl: https://realm-qa.mongodb.com atlasUrl: https://cloud-qa.mongodb.com