diff --git a/.github/workflows/VerifyAppChanges.yaml b/.github/workflows/VerifyAppChanges.yaml index 87439e525f..b5db80eed3 100644 --- a/.github/workflows/VerifyAppChanges.yaml +++ b/.github/workflows/VerifyAppChanges.yaml @@ -21,6 +21,6 @@ jobs: with: ref: ${{ github.sha }} - - uses: microsoft/BCApps/.github/actions/TestPreprocessorSymbols@main + - uses: ./.github/actions/TestPreprocessorSymbols - - uses: microsoft/BCApps/.github/actions/TestObjectIdsAndManifests@main + - uses: ./.github/actions/TestObjectIdsAndManifests diff --git a/build/Packages.json b/build/Packages.json index 86ed3260a3..b004284957 100644 --- a/build/Packages.json +++ b/build/Packages.json @@ -4,7 +4,7 @@ "Source": "NuGet.org" }, "AppBaselines-BCArtifacts": { - "Version": "27.5.46862.51819", + "Version": "27.5.46862.52100", "Source": "BCArtifacts", "_comment": "Used to fetch app baselines from BC artifacts" }