You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add back required permissions to GitHub actions workflows (#1184)
* Add required permissions to CodeQL workflow
See: https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/running-codeql-code-scanning-in-a-container#example-workflow
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
* also update publish workflows (require access to write to container registry)
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
* move permissions to release job
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
* remove contents: read permission (not required for public repos)
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
* fix ubuntu version in publish-test-utils-image workflow
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
---------
Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
0 commit comments