Set github actions to only have read only permissions
authorCharles Giessen <charles@lunarg.com>
Thu, 9 Mar 2023 17:39:04 +0000 (10:39 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 9 Mar 2023 18:36:49 +0000 (11:36 -0700)
commitdde24e4612875bce0f9445c49df1c81f6a1a54c3
tree78dc3b1146acad4539cdeb19d7a042a3f572507c
parente4895e86f7da0226b92fcc29d53bbf4e0bb55d1f
Set github actions to only have read only permissions

Because the loader only uses github actions to perform CI runs, it is good to set
the 'read-all' only, helping harden the github actions runners from potentially
compromised access.

For more context
https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions

Fixes #1148
.github/workflows/build.yml