You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
checkout/.github/workflows
Y. Meyer-Norwood fe77b196f4
Prevent Script Injection Attack
The user provided inputs here are vulnerable to script injection. This PR uses an intermediary environment variable to treat the input as a string, rather than as part of the command.

See: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
2 years ago
..
check-dist.yml update test workflows to checkout v3 (#709) 3 years ago
codeql-analysis.yml update test workflows to checkout v3 (#709) 3 years ago
licensed.yml update test workflows to checkout v3 (#709) 3 years ago
test.yml Replace datadog/squid with ubuntu/squid Docker image (#1002) 2 years ago
update-main-version.yml Prevent Script Injection Attack 2 years ago