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
Which works, but it prefixes the directories with a "./" which breaks the code referencing in the GitHub security alert. Switching the ./ to a * fixes the issue. So the documentation should be updated to this:
The GitHub action example example shows:
Which works, but it prefixes the directories with a "./" which breaks the code referencing in the GitHub security alert. Switching the ./ to a * fixes the issue. So the documentation should be updated to this:
The text was updated successfully, but these errors were encountered: