File tree Expand file tree Collapse file tree 11 files changed +57
-57
lines changed
Expand file tree Collapse file tree 11 files changed +57
-57
lines changed Original file line number Diff line number Diff line change 1212 fossa :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1616
1717 - uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818 with :
Original file line number Diff line number Diff line change 1919 # Needed for GitHub OIDC token if publish_results is true
2020 id-token : write
2121 steps :
22- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323 with :
2424 persist-credentials : false
2525
4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
45+ uses : github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3.31.9
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2929 run : |
3030 npm ci --ignore-scripts
3131
32- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
32+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3333 id : otelbot-token
3434 with :
3535 app-id : ${{ vars.OTELBOT_JS_CONTRIB_APP_ID }}
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : github.event.pull_request.merged == true
1919 steps :
20- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
20+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2121 id : otelbot-token
2222 with :
2323 app-id : ${{ vars.OTELBOT_APP_ID }}
Original file line number Diff line number Diff line change 7070 # https://docs.github.com/en/actions/reference/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases
7171 services : &test_services
7272 memcached :
73- image : memcached:1.6.39 -alpine
73+ image : memcached:1.6.40 -alpine
7474 ports :
7575 - 11211:11211
7676 mongo :
Original file line number Diff line number Diff line change 1010 create-or-update-deps-pr :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
13+ - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1414 id : otelbot-token
1515 with :
1616 app-id : ${{ vars.OTELBOT_JS_CONTRIB_APP_ID }}
Original file line number Diff line number Diff line change 4848 "devDependencies" : {
4949 "@babel/core" : " 7.28.5" ,
5050 "@babel/preset-env" : " 7.28.5" ,
51- "@eslint/js" : " 9.39.1 " ,
51+ "@eslint/js" : " 9.39.2 " ,
5252 "@nx/eslint" : " 20.8.3" ,
5353 "@types/mocha" : " 10.0.10" ,
5454 "@types/node" : " 22.17.1" ,
6060 "babel-loader" : " 10.0.0" ,
6161 "babel-plugin-istanbul" : " 7.0.1" ,
6262 "cross-env" : " 10.1.0" ,
63- "eslint" : " 9.39.1 " ,
64- "eslint-plugin-baseline-js" : " 0.4.0 " ,
63+ "eslint" : " 9.39.2 " ,
64+ "eslint-plugin-baseline-js" : " 0.4.2 " ,
6565 "eslint-plugin-import" : " 2.32.0" ,
6666 "eslint-plugin-n" : " 17.21.3" ,
6767 "eslint-plugin-yet-another-license-header" : " 0.2.0" ,
Original file line number Diff line number Diff line change 6464 "@opentelemetry/api" : " ^1.3.0" ,
6565 "@opentelemetry/contrib-test-utils" : " ^0.56.0" ,
6666 "@opentelemetry/sdk-trace-base" : " ^2.0.0" ,
67- "@smithy/node-http-handler" : " 4.4.5 "
67+ "@smithy/node-http-handler" : " 4.4.7 "
6868 },
6969 "engines" : {
7070 "node" : " ^18.19.0 || >=20.6.0"
Original file line number Diff line number Diff line change 6868 "@opentelemetry/semantic-conventions" : " ^1.34.0" ,
6969 "@opentelemetry/sql-common" : " ^0.41.2" ,
7070 "@types/pg" : " 8.15.6" ,
71- "@types/pg-pool" : " 2.0.6 "
71+ "@types/pg-pool" : " 2.0.7 "
7272 },
7373 "homepage" : " https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg#readme"
7474}
You can’t perform that action at this time.
0 commit comments