lfreleng-actions/🌍 Check URL for Validity with WGET

Tests a given URL for a valid server response

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: lfreleng-actions/url-validity-action@a4062934f6199125cd1956db8ddc904c2a351fa0 # v0.1.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
urlRemote URL to checkyes
namedescription
validSet true when web URL/location exists
http_codeHTTP status code returned by the server
redirect_urlFinal URL after following redirects (if any)
redirect_validTrue if redirected URL is valid, false if invalid, empty if no redirect
redirect_loopTrue if redirect loop detected, false otherwise