File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
packages/dd-trace/src/debugger/devtools_client Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3838
3939 # Initializes the CodeQL tools for scanning.
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
41+ uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
4242 with :
4343 languages : ${{ matrix.language }}
4444 config-file : .github/codeql_config.yml
4848 # queries: ./path/to/local/query, your-org/your-repo/queries@main
4949
5050 - name : Autobuild
51- uses : github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
51+ uses : github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
54+ uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v3.29.5
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 env :
212212 PLUGINS : google-genai
213213 steps :
214- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
214+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
215215 - uses : ./.github/actions/testagent/start
216216 - uses : ./.github/actions/node/oldest-maintenance-lts
217217 - uses : ./.github/actions/install
Original file line number Diff line number Diff line change 1818 REPOSITORY_URL : ${{ github.server_url }}/${{ github.repository }}
1919 steps :
2020 - name : Check out PR branch
21- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
21+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2222 with :
2323 ref : ${{ github.event.pull_request.head.sha }}
2424
3535 python-version : ' 3.14'
3636
3737 - name : Check out dd-license-attribution
38- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
38+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3939 with :
4040 repository : watson/dd-license-attribution
4141 ref : 18b3d1cb2d17c500a14108891db2486f0f103826
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ async function addBreakpoint (probe) {
6464 const snapshotsPerSecond = probe . sampling ?. snapshotsPerSecond ?? ( probe . captureSnapshot
6565 ? MAX_SNAPSHOTS_PER_SECOND_PER_PROBE
6666 : MAX_NON_SNAPSHOTS_PER_SECOND_PER_PROBE )
67- probe . nsBetweenSampling = BigInt ( 1 / snapshotsPerSecond * 1e9 )
67+ probe . nsBetweenSampling = BigInt ( Math . trunc ( 1 / snapshotsPerSecond * 1e9 ) )
6868 // Initialize to a large negative value to ensure first probe hit is always captured
6969 probe . lastCaptureNs = BigInt ( Number . MIN_SAFE_INTEGER )
7070
Original file line number Diff line number Diff line change @@ -2086,9 +2086,9 @@ eslint-plugin-import@^2.32.0:
20862086 tsconfig-paths "^3.15.0"
20872087
20882088eslint-plugin-jsdoc@^61.1.12 :
2089- version "61.4.1 "
2090- resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.4.1 .tgz#3a0b2f72ee67083677dce1a248217336786d1da4 "
2091- integrity sha512-3c1QW/bV25sJ1MsIvsvW+EtLtN6yZMduw7LVQNVt72y2/5BbV5Pg5b//TE5T48LRUxoEQGaZJejCmcj3wCxBzw ==
2089+ version "61.4.2 "
2090+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.4.2 .tgz#37d67bbfdb372dfcea72236942b963b0283206aa "
2091+ integrity sha512-WzZNvefoUaG/JWikVFhNLYqE2BEd6LQD2ZyfJOe1Ld3Cir05csDMMf0AihGwrSbB/e7fHRSfQOZ4F/hik9fQww ==
20922092 dependencies :
20932093 " @es-joy/jsdoccomment" " ~0.76.0"
20942094 " @es-joy/resolve.exports" " 1.2.0"
You can’t perform that action at this time.
0 commit comments