Update nightly schedule to Tue/Thu at 2 AM PT and fix security issues#329
Merged
Merged
Conversation
wmathurin
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements W-22712082 — Cleanup CI for all Repos.
Schedule change: Nightly tests now run Tue/Thu at 2 AM PT (
0 10 * * 2,4UTC), up from Wed-only. Alternates with the Templates nightly's Mon/Wed/Fri 2 AM slot.Security hardening: All workflows updated to follow the GitHub Actions injection-prevention best practices:
permissions: contents: readadded to every workflow, plus per-jobpermissions:on eachuses:reusable caller (zizmor enforces both top-level and job-level checks).ios-reusable-workflow.yamlandandroid-reusable-workflow.yamlnowteestest_force.jsoutput tobuild_logs/<cli>.logand uploads it aspackage-build-logs-${{ github.job }}on failure (withif-no-files-found: ignore,retention-days: 14).actions/checkoutsteps setwith: persist-credentials: false.This repo uses
pull_request(notpull_request_target) and doesn't pass secrets to its reusables, so nosecrets: inheritreplacement was needed and nodangerous-triggersfinding existed.After this change,
zizmor --offlinereports 0 High-confidence findings across all four CI workflows.Test plan
python3 yaml.safe_load,actionlint -shellcheck=,zizmor --offline. All clean.brandonpage/SalesforceMobileSDK-Package#1) targeting the samecleanup-ci-w22712082branch as this PR. The test PR triggers the new workflows against a real source change inshared/outputColors.js. No regressions observed — see linked PR for run details.permissions:blocks match the team's expected privilege levels for each workflow.🤖 Generated with Claude Code