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
# record start time so we can verify only newly found vulnerabilities
- name: Define job start timerun: | import time n = int(round(time.time() * 1000)) print(f"::set-output name=jobStartTime::{n}")shell: pythonid: set-job-start-time
In the README example, the following section:
Yields a deprecation warning:
The text was updated successfully, but these errors were encountered: