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
To clarify:
The action name is simply a pointer to a GitHub repository under a GitHub organization.
the name prefixed by a @ represents the commit identifier. It is generally in the form of a tag @v3 actions/checkout@v3
In fact, a tag is simply a pointer to a specific SHA:
actions/checkout@v3 points to actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
Both commit SHA and tags can be used as commit identifiers. The problem with GitHub tags is that they can be updated to point to other commits (hence open to such attacks).
@xmonader Should we start using commit SHAs vs GitHub tags and update the workflows in all of our repos?
Uh oh!
There was an error while loading. Please reload this page.
Context:
https://www.stepsecurity.io/blog/harden-runner-detection-tj-actions-changed-files-action-is-compromised
https://github.com/search?q=org%3Athreefoldtech%20tj-actions%2Fchanged-files&type=code
The text was updated successfully, but these errors were encountered: