Christoph Grüninger
eaebd139b9
Update GitHub actions/checkout to version 6
...
Fix deprecation warning for Node.js 20.
Change-Id: I6c2a83e9fe54e7c7d6db9aabdd16aaf5b1bac7a0
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/96587
Reviewed-by: David Benjamin <davidben@google.com >
Reviewed-by: Lily Chen <chlily@google.com >
Commit-Queue: Lily Chen <chlily@google.com >
2026-06-04 11:11:49 -07:00
Lily Chen
c89efff08c
GitHub Actions: Only run on google/boringssl
...
Limit the "Check Branch Time" action to the main google/boringssl repo
(not other mirrors) to avoid too many requests to googlesource.com.
Change-Id: I9befedb185213daf0d3373d66da86fa16a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/92547
Commit-Queue: David Benjamin <davidben@google.com >
Presubmit-BoringSSL-Verified: boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: David Benjamin <davidben@google.com >
Auto-Submit: Lily Chen <chlily@google.com >
2026-04-13 14:11:50 -07:00
Lily Chen
4d969991f6
GitHub: Loosen branch-time.yml check
...
This check should require that the current GitHub HEAD commit is at or
past the latest upstream commit as of 24 hours ago. Effectively, this
checks that the import has run and succeeded in the last 24 hours.
This loosens the behavior from what was previously checked: that the
time between the GitHub HEAD and the upstream HEAD is at most 24 hours.
Since commits may be more than 24 hours apart, this is a less useful
condition to check.
Change-Id: I1710c5c8552fe8e75d1a23da4d46b1a76a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/91027
Auto-Submit: Lily Chen <chlily@google.com >
Commit-Queue: David Benjamin <davidben@google.com >
Reviewed-by: David Benjamin <davidben@google.com >
2026-03-19 02:53:32 -07:00
Lily Chen
1b3db3977e
GitHub Actions: Tighten up branch-time.yml check
...
This tightens the time lag requirement for the branch-time.yml check,
making it complain if GitHub is over 24 hours behind (as opposed to 1
week behind), and runs it every 12 hours instead of every 1 hour.
Change-Id: I297f4e912af3d605f7d2845f05f8eefa6a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/90107
Reviewed-by: David Benjamin <davidben@google.com >
Auto-Submit: Lily Chen <chlily@google.com >
Commit-Queue: Lily Chen <chlily@google.com >
Commit-Queue: David Benjamin <davidben@google.com >
2026-02-26 12:31:20 -08:00
Lily Chen
c7d67393f8
GitHub: Tweak branch-time.yml workflow
...
Restricts permissions to read-only, and adds missing copyright header.
Change-Id: I7bfd93ccc65652f784eb64eddf093f0b6a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/90067
Commit-Queue: David Benjamin <davidben@google.com >
Reviewed-by: David Benjamin <davidben@google.com >
Auto-Submit: Lily Chen <chlily@google.com >
2026-02-25 14:36:24 -08:00
Lily Chen
626a2578ac
GitHub: Create GitHub Actions workflow to check branch time
...
This workflow runs every hour and verifies that the time lag between the
GitHub mirror and the Upstream Source of Truth
(https://boringssl.googlesource.com/boringssl ) is at most 1 week.
Change-Id: Ic081978f91cf26dd144cb50997c013f76a6a6964
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/89947
Commit-Queue: Lily Chen <chlily@google.com >
Reviewed-by: David Benjamin <davidben@google.com >
2026-02-25 13:01:43 -08:00