File tree Expand file tree Collapse file tree 10 files changed +120
-70
lines changed
npm/checkout-and-setup-node
previews/upload-artifacts-to-firebase Expand file tree Collapse file tree 10 files changed +120
-70
lines changed Original file line number Diff line number Diff line change 33 "packageManager" :
" [email protected] " ,
44 "type" : " commonjs" ,
55 "dependencies" : {
6- "renovate" : " 39.233.3 "
6+ "renovate" : " 39.252.0 "
77 }
88}
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 - name : Checkout repository
2828 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
30+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3131 with :
3232 languages : ${{ matrix.language }}
3333 - name : Perform CodeQL Analysis
34- uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
34+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
3535 with :
3636 category : ' /language:${{matrix.language}}'
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ nodejs_register_toolchains(
5555
5656http_archive (
5757 name = "aspect_rules_js" ,
58- sha256 = "373e912bd986c38e54da82f15174984563866d14b60c5392e5b39e82b3bdf576 " ,
59- strip_prefix = "rules_js-2.3.4 " ,
60- url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.4 /rules_js-v2.3.4 .tar.gz" ,
58+ sha256 = "1be1a3ec3d3baec4a71bc09ce446eb59bb48ae31af63016481df1532a0d81aee " ,
59+ strip_prefix = "rules_js-2.3.5 " ,
60+ url = "https://github.com/aspect-build/rules_js/releases/download/v2.3.5 /rules_js-v2.3.5 .tar.gz" ,
6161)
6262
6363load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
Original file line number Diff line number Diff line change 11{
22 "name" : " @devinfra/bazel" ,
33 "dependencies" : {
4- "@microsoft/api-extractor" : " 7.52.3 " ,
4+ "@microsoft/api-extractor" : " 7.52.4 " ,
55 "@types/browser-sync" : " 2.29.0" ,
6- "@types/node" : " 22.14.0 " ,
6+ "@types/node" : " 22.14.1 " ,
77 "@types/selenium-webdriver" : " ^4.1.28" ,
88 "@types/send" : " 0.17.4" ,
99 "@types/wait-on" : " ^5.3.4" ,
1313 "selenium-webdriver" : " ^4.31.0" ,
1414 "send" : " 1.2.0" ,
1515 "true-case-path" : " 2.2.1" ,
16- "typescript" : " 5.8.2 " ,
16+ "typescript" : " 5.8.3 " ,
1717 "wait-on" : " ^8.0.3" ,
1818 "yargs" : " 17.7.2"
1919 },
Original file line number Diff line number Diff line change 4646 persist-credentials : false
4747 ref : ${{ inputs.ref }}
4848
49- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
49+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
5050 with :
5151 node-version-file : ${{ inputs.node-version-file-path }}
5252 node-version : ${{ inputs.node-version }}
Original file line number Diff line number Diff line change 9191 entryPoint : ' ${{inputs.firebase-config-dir}}'
9292 channelId : pr-${{github.repository}}-${{steps.artifact-info.outputs.unsafe-pull-number}}-${{inputs.workflow-artifact-name}}
9393
94- - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
94+ - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
9595 with :
9696 header : ${{inputs.workflow-artifact-name}}
9797 message : |
Original file line number Diff line number Diff line change 1515 }
1616 },
1717 "dependencies" : {
18- "@google-cloud/spanner" : " 7.19.1 " ,
18+ "@google-cloud/spanner" : " 7.21.0 " ,
1919 "@octokit/rest" : " 21.1.1" ,
2020 "@types/semver" : " ^7.3.6" ,
2121 "@types/supports-color" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 2828 "@bazel/runfiles" : " 5.8.1" ,
2929 "@bazel/terser" : " 5.8.1" ,
3030 "@bazel/typescript" : " 5.8.1" ,
31- "@microsoft/api-extractor" : " 7.52.3 " ,
31+ "@microsoft/api-extractor" : " 7.52.4 " ,
3232 "@types/browser-sync" : " ^2.26.3" ,
3333 "@types/minimatch" : " ^5.1.2" ,
3434 "@types/node" : " ^20.14.8" ,
4646 "tmp" : " ^0.2.1" ,
4747 "true-case-path" : " ^2.2.1" ,
4848 "tslib" : " ^2.5.2" ,
49- "typescript" : " 5.8.2 " ,
49+ "typescript" : " 5.8.3 " ,
5050 "uuid" : " ^11.0.0" ,
5151 "yargs" : " ^17.0.0"
5252 },
7171 "@bazel/ibazel" : " ^0.23.0" ,
7272 "@bazel/jasmine" : " patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch" ,
7373 "@google-cloud/firestore" : " ^7.0.0" ,
74- "@google-cloud/spanner" : " 7.19.1 " ,
74+ "@google-cloud/spanner" : " 7.21.0 " ,
7575 "@google-cloud/storage" : " ^7.0.0" ,
7676 "@inquirer/prompts" : " ^7.0.0" ,
7777 "@inquirer/type" : " ^3.0.0" ,
138138 "karma-sourcemap-loader" : " ^0.4.0" ,
139139 "minimatch" : " ^10.0.0" ,
140140 "multimatch" : " ^7.0.0" ,
141- "nock" : " 14.0.2 " ,
141+ "nock" : " 14.0.4 " ,
142142 "opener" : " ^1.5.2" ,
143143 "requirejs" : " ^2.3.6" ,
144144 "rxjs" : " ^7.4.0" ,
You can’t perform that action at this time.
0 commit comments