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
"\n → Compare: https://github.com/%s/%s/compare/%s...%s\n → Releases: https://github.com/%s/%s/releases\n → If unexpected, reach out to the action maintainer",
201
+
parts[0], parts[1], existing.SHA, live.SHA,
202
+
parts[0], parts[1])
203
+
}
196
204
wr.Findings=append(wr.Findings, Finding{
197
205
WorkflowPath: path,
198
206
Category: CategoryTampered,
199
207
Severity: SeverityError,
200
208
Dependency: &existing,
201
-
Detail: fmt.Sprintf("pinned %s but ref now resolves to %s", existing.SHA[:12], live.SHA[:12]),
209
+
Detail: fmt.Sprintf("pinned %s but ref now resolves to %s%s", existing.SHA[:12], live.SHA[:12], compareHint),
202
210
Remediation: fmt.Sprintf("update to %s with `gh actions-pin upgrade`", liveCopy.SHA[:12]),
0 commit comments