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
It is a potential security problem to depend on Github Actions by tag, such as @v4. The repository can be hijacked, and the tag can be overwritten by some malicious version.
We need to review all of our GHA workflows and convert them to use SHAs.
At the same time, let's also try to reduce the number of 3rd-party GHAs from sources other than Github, further reducing our exposure.
The text was updated successfully, but these errors were encountered:
It is a potential security problem to depend on Github Actions by tag, such as
@v4
. The repository can be hijacked, and the tag can be overwritten by some malicious version.We need to review all of our GHA workflows and convert them to use SHAs.
At the same time, let's also try to reduce the number of 3rd-party GHAs from sources other than Github, further reducing our exposure.
The text was updated successfully, but these errors were encountered: