[roll] Roll fuchsia [build] Implicitly suppress */.git/* access given the right inputs

This allows us to evolve from an allowlist approach (your action is
allowlisted to do this) to a correctness-based approach (your action
lists .git/HEAD as an input so we'll allow it).

This also unblocks some third party unforking efforts.
For instance we can undo a subset of:
fxrev.dev/641658
fxrev.dev/642367

Original-Fixed: 92506
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/642467
Original-Revision: 1d6414e0c72034ebb34a7557bf533ceb141606ac
GitOrigin-RevId: 858e55408dde80883f75faa032e33e9b080ed120
Change-Id: Ic1cbcebdadf21de0a294cccc614698236004a2f9
1 file changed
tree: 168c616239c822811a67de97c3acc1ab59c14e58
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.