Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 90
steps:
- name: Run ci-versioning
uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-versioning@develop
uses: BuroHappoldEngineeringAdmin/CI_Toolkit/.github/actions/ci-versioning@fix/ci-versioning-gate-and-scan-root
with:
app_id: ${{ secrets.BHOM_APP_ID }}
private_key: ${{ secrets.BHOM_APP_PRIVATE_KEY }}
1 change: 1 addition & 0 deletions File_Engine/Compute/NewFilenameIfExists.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public static string NewFilenameIfExists(string targetPath)
}
while (System.IO.File.Exists(targetPath));

// Sandbox validation touch: gives the versioning gate a .cs change to match.
return targetPath;
}
}
Expand Down
5 changes: 5 additions & 0 deletions File_Engine/Versioning_93.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"MessageForNoUpgrade": {
"BH.Engine.Adapters.File.Query.SandboxScanRootProbe": "Sandbox validation entry for CI_Toolkit fix/ci-versioning-gate-and-scan-root. Proves the upgrade scan reaches a Versioning_NN.json committed in the calling repo. Not a real deprecation."
}
}
Loading