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
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ jobs:
57
57
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
58
58
steps:
59
59
- name: Checkout repository
60
-
uses: actions/checkout@v4
60
+
uses: actions/checkout@v5
61
61
62
62
# Add any setup steps before running the `github/codeql-action/init` action.
63
63
# This includes steps like installing compilers or runtimes (`actions/setup-node`
/** The **`console.timeStamp()`** static method adds a single marker to the browser's Performance tool (Firefox bug 1387528, Chrome). This lets you correlate a point in your code with the other events recorded in the timeline, such as layout and paint events. */
1926
1938
timeStamp(label?: string): void;
1927
1939
/**
1928
1940
* The **`console.trace()`** static method outputs a stack trace to the console.
0 commit comments