Commit graph

82 commits

Author SHA1 Message Date
dependabot[bot] 4c3afe3e4b Bump actions/checkout from 4.0.0 to 4.1.0
Closes https://github.com/dart-lang/sdk/pull/53598

GitOrigin-RevId: f2a877da032e836f2efd4c12ccbd6c8423144fad
Change-Id: I60718720ae23ed3c2ec1ac6f44629f735e33fb84
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327660
Reviewed-by: Alexander Thomas <athom@google.com>
2023-09-27 07:46:47 +00:00
dependabot[bot] 79f650c4f8 Bump actions/upload-artifact from 3.1.2 to 3.1.3
Closes https://github.com/dart-lang/sdk/pull/53482

GitOrigin-RevId: 5044cd9750ccff25a4dfef3a680986bda3b16e9a
Change-Id: I5a1edba320c1e9eef1ecc2f499100d6f51857091
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/325124
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-09-11 17:02:56 +00:00
dependabot[bot] d998492b9b Bump actions/checkout from 3.6.0 to 4.0.0
Closes https://github.com/dart-lang/sdk/pull/53483

GitOrigin-RevId: c1cb9106ffcb16dc9534172bf3354ad9954102cd
Change-Id: I66e543e1f9b7d784930cca736909dd0c327074e8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/325141
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2023-09-11 17:02:40 +00:00
Devon Carew b6cabeea5c Update no-response.yml
Closes https://github.com/dart-lang/sdk/pull/53388

GitOrigin-RevId: 55718bbb418d37600da42e7de53ea0c7a285af57
Change-Id: I036092655dd59a6f7844715065385c978799c590
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/323448
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-08-30 19:03:07 +00:00
dependabot[bot] aa4760e961 Bump actions/checkout from 3.5.3 to 3.6.0
Closes https://github.com/dart-lang/sdk/pull/53359

GitOrigin-RevId: 67398006f88722c47857907fd085ac799ae2535d
Change-Id: I2f79fea237987208a3f2e1709c1bc7d6b223c1da
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/322880
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-08-30 17:49:58 +00:00
Kevin Chisholm 7acb650041 Update breaking change template
Updates the breaking change template to add the following:
1. Change timeline section: When does the author expect the change to land?
2. Associated CLs: What CLs were necessary to accomplish the change?

Change-Id: If5552600b8760a10599b8606ad584a70e565ad39
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/322374
Reviewed-by: Marya Belanger <mbelanger@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
2023-08-28 16:03:35 +00:00
Parker Lougheed ca9730325c Update generic issue template/info
- Consolidates "related to" section to what users are familiar with.
- Adds some other related repositories.
- Switches to `dart info` instead of `dart --version` for more information

Change-Id: I70eb03293e5946b51cee7d5a7f02634a593f3bc2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/320901
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-08-21 17:07:18 +00:00
dependabot[bot] 99c9408188 Bump ossf/scorecard-action from 2.1.3 to 2.2.0
Closes https://github.com/dart-lang/sdk/pull/52783

GitOrigin-RevId: 8fb776aa1f2a3b63e8c4d810bfea185aa1c79aa8
Change-Id: I447561e3ccccce9cef6abc7138f134d1a058d601
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/311360
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2023-07-10 10:03:28 +00:00
dependabot[bot] 56ff51af56 Bump actions/checkout from 3.5.2 to 3.5.3
Closes https://github.com/dart-lang/sdk/pull/52679

GitOrigin-RevId: e346c14e2f3067751a3e6a300fef7be343fc6260
Change-Id: I29f6d4d00dfc108acc8d2403df5c4262ae295a18
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308641
Reviewed-by: Alexander Thomas <athom@google.com>
2023-06-13 08:56:54 +00:00
dependabot[bot] 022d6a0d21 Bump github/codeql-action from 2.3.6 to 2.13.4
Closes https://github.com/dart-lang/sdk/pull/52678

GitOrigin-RevId: 399a35a57443ee870f2209c2402f6dc837e2a665
Change-Id: Icb8ff1b7fcc39c07a305f8c71d0973f813e2da69
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308640
Reviewed-by: Alexander Thomas <athom@google.com>
2023-06-13 08:54:59 +00:00
Devon Carew dcac780851 Update PULL_REQUEST_TEMPLATE.md
Closes https://github.com/dart-lang/sdk/pull/52618

GitOrigin-RevId: ebe1c27a4fde2f682c76102130f2423035ae10bc
Change-Id: I73210c0091ad4a07ab4536b373eabf2dbce47216
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/307560
Reviewed-by: Nate Bosch <nbosch@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-06-06 21:59:50 +00:00
dependabot[bot] cc18b250ae Bump github/codeql-action from 2.3.5 to 2.3.6
Closes https://github.com/dart-lang/sdk/pull/52613

GitOrigin-RevId: 3e219be8276f6c53bd275e5a4c099d8ebf7b5194
Change-Id: Ife83be2afa860c4c4c6fd646df7c7e9036439b9c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/307440
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-06-05 21:43:48 +00:00
dependabot[bot] 378c0e5064 Bump github/codeql-action from 2.3.3 to 2.3.5
Closes https://github.com/dart-lang/sdk/pull/52546

GitOrigin-RevId: 6182872ee7256282c85da57f7073d8075ffd7e27
Change-Id: I45fbedd711a0e7fb4d98c787dadd850745c67f34
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/306201
Reviewed-by: Alexander Thomas <athom@google.com>
2023-05-30 17:22:50 +00:00
Devon Carew a91a72a168 blast repo changes: no-response
Closes https://github.com/dart-lang/sdk/pull/52454

GitOrigin-RevId: 403b258e3622a6a7610b562f5c25c64cb1a9fa38
Change-Id: I1aa500907b08fc1b2045247e10ab746f5b0b3667
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/304287
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2023-05-22 18:23:46 +00:00
Devon Carew fc28ebc832 Update PULL_REQUEST_TEMPLATE.md
Closes https://github.com/dart-lang/sdk/pull/52323

GitOrigin-RevId: cc4208d950367b5817228c04df934845410b171f
Change-Id: I8dbb28fa6b5fa90f440a6e3804bf2492f8b8f4a2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302362
Reviewed-by: Moritz Sümmermann <mosum@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-05-09 21:09:27 +00:00
Devon Carew b1c110bd17 [infra] add a PR template for the sdk repo
Change-Id: I875b5cb72b42a115be694a303bb080f0545e48bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302120
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2023-05-09 15:58:11 +00:00
dependabot[bot] 7d3a8e5098 Bump github/codeql-action from 2.3.2 to 2.3.3
Closes https://github.com/dart-lang/sdk/pull/52299

GitOrigin-RevId: 9de0808c66e57a254048e267a4194833e2c26a2e
Change-Id: If402be8e308e312beed7ec22e74bd64a0be5309e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/301940
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-05-08 22:34:06 +00:00
dependabot[bot] 4d7589446e Bump github/codeql-action from 2.3.0 to 2.3.2
Closes https://github.com/dart-lang/sdk/pull/52229

GitOrigin-RevId: c04cfdf75e76fe1f52307e2321174e9e206a7f1d
Change-Id: I977ed7e07bf82f8211508fab63c967328f29fd80
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/300161
Reviewed-by: Alexander Thomas <athom@google.com>
2023-05-02 06:43:39 +00:00
Jacob Bang 2140dac6cb Remove Gitter.im from Issue Template #52188
Closes https://github.com/dart-lang/sdk/pull/52196

GitOrigin-RevId: 5682ea5c51970ea42e7f004385d19cebf62ba2a2
Change-Id: I5cdb132543c86c97720d7852551c162cac359a9e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/299060
Commit-Queue: Jonas Termansen <sortie@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2023-04-27 13:49:22 +00:00
dependabot[bot] 5ed46db59d Bump github/codeql-action from 2.2.12 to 2.3.0
Closes https://github.com/dart-lang/sdk/pull/52147

GitOrigin-RevId: 437557adf8d1358a02fbccfb05b60dc8b8ad8a5a
Change-Id: Ie67d598917e2e321dc693a97e766ad793075247c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297520
Reviewed-by: Alexander Thomas <athom@google.com>
2023-04-26 14:38:53 +00:00
dependabot[bot] 754aca0049 Bump github/codeql-action from 2.2.11 to 2.2.12
Closes https://github.com/dart-lang/sdk/pull/52053

GitOrigin-RevId: e5391795af051fe4761c4d376784afc6cc9a8cdb
Change-Id: I704cd2830c0c36a87c4582cf22ea44b6b5c8b915
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295561
Reviewed-by: Alexander Thomas <athom@google.com>
2023-04-18 08:20:48 +00:00
dependabot[bot] 7c8e61104f Bump actions/checkout from 3.5.0 to 3.5.2
Closes https://github.com/dart-lang/sdk/pull/52054

GitOrigin-RevId: 50fafd4554841ee069fe126d80b3be36d3a19929
Change-Id: If6be6160b332988fc309c575d821d32e19229448
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/295560
Reviewed-by: Alexander Thomas <athom@google.com>
2023-04-18 08:19:56 +00:00
dependabot[bot] be6c10504a Bump ossf/scorecard-action from 2.1.2 to 2.1.3
Closes https://github.com/dart-lang/sdk/pull/51925

GitOrigin-RevId: bb075698f5f93573a488559d56cd9b4c906f6efc
Change-Id: Ib2a852cbe943c152ee35043570c6d0caaf5b1812
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292760
Reviewed-by: Alexander Thomas <athom@google.com>
2023-04-13 09:58:32 +00:00
dependabot[bot] a3cfef3fed Bump github/codeql-action from 2.2.8 to 2.2.11
Closes https://github.com/dart-lang/sdk/pull/51997

GitOrigin-RevId: 3b9571cc1410a17955abfdf0fef9eb5ccff3bd92
Change-Id: I62a48e1a2a338272d7095c307da122ffa6601eac
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/294361
Reviewed-by: Alexander Thomas <athom@google.com>
2023-04-13 09:56:20 +00:00
dependabot[bot] 782b5d65cc Bump actions/checkout from 3.3.0 to 3.5.0
Closes https://github.com/dart-lang/sdk/pull/51859

GitOrigin-RevId: 1dc27f39b5eaabbd928e722385d686b5bb5e3524
Change-Id: Id72e60c1b2adecdd3281975e27b65234d724726e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291203
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2023-03-27 14:50:04 +00:00
dependabot[bot] 4bb44c5454 Bump github/codeql-action from 2.2.5 to 2.2.8
Closes https://github.com/dart-lang/sdk/pull/51858

GitOrigin-RevId: 73b8f151de44d2508a8eb890f39e8044dc518e42
Change-Id: Ic18c18ab6f9d229224c312bb8743208c2615e42d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291202
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2023-03-27 14:44:20 +00:00
Kevin Chisholm 67cbbd538b [Process] Breaking change form fails to render
Fixes an indentation error in the breaking change issue for which prevented the issue template from rendering.

Change-Id: I317061671f877e562060b3b75b6fa543efc480c7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/291041
Reviewed-by: Alexander Thomas <athom@google.com>
2023-03-24 08:09:15 +00:00
Kevin Chisholm 072c817b5f [Process] Add template for breaking change requests
Breaking change requests are currently received in an unstructured way.  To create a more reliable and predictable process, we will use github forms.

This CL creates the form, follow-on CL will update the breaking change documentation.

Issue: https://github.com/dart-lang/sdk/issues/51801

Change-Id: I5ecaa042e3fafdd9d735dd43bccf954aa73e2a2d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/290605
Commit-Queue: Kevin Chisholm <kevinjchisholm@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2023-03-23 16:48:46 +00:00
dependabot[bot] 8f95f78524 Bump github/codeql-action from 2.2.4 to 2.2.5
Closes https://github.com/dart-lang/sdk/pull/51545

GitOrigin-RevId: 9ad66b3e2f0b16470d8e8200ac5ef841b884b933
Change-Id: I6d4a544cb169fb3a2859451c58b358c8366193d9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285640
Reviewed-by: Alexander Thomas <athom@google.com>
2023-02-28 12:08:29 +00:00
dependabot[bot] bd21c12f29 Bump github/codeql-action from 2.2.1 to 2.2.4
Closes https://github.com/dart-lang/sdk/pull/51382

GitOrigin-RevId: 72c54b33ddcc79202cae663a8c693bbc58d5e88d
Change-Id: I6dc29859dd576a028d3bfe9683918d4135a98385
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/282640
Reviewed-by: Alexander Thomas <athom@google.com>
2023-02-14 09:08:47 +00:00
dependabot[bot] a7b6dc9ee6 Bump github/codeql-action from 2.1.39 to 2.2.1
Closes https://github.com/dart-lang/sdk/pull/51162

GitOrigin-RevId: 07c2ca8064b1069c421072d5d4a52fd81f2243fe
Change-Id: Ie7f979800b2f61ae19f9497cb87ec4d451d300af
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280071
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-30 09:31:46 +00:00
dependabot[bot] 102919cf2b Bump github/codeql-action from 2.1.38 to 2.1.39
Closes https://github.com/dart-lang/sdk/pull/51094

GitOrigin-RevId: b8033d4ed699465f1d696d6f38e2b2a6034a0358
Change-Id: I57699cc5218ea8417a8016b2219d1d31d1a25566
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279455
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-24 09:42:48 +00:00
dependabot[bot] f27a5fec6a Bump github/codeql-action from 2.1.37 to 2.1.38
Closes https://github.com/dart-lang/sdk/pull/51022

GitOrigin-RevId: fea3f63b1c5432bdc603f148a94ffa3742a64ede
Change-Id: Ie2cdfb252e42d3f30e2fbc6a71e6548dba0f7dbe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278948
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-18 14:30:09 +00:00
dependabot[bot] f41de6a6c7 Bump actions/checkout from 3.2.0 to 3.3.0
Closes https://github.com/dart-lang/sdk/pull/50955

GitOrigin-RevId: fc9e530bf0172882182d707abfe7236be7905b8c
Change-Id: I401ad3525b6b983d427f673c8fe90bf5ff9662e9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278680
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-09 13:17:12 +00:00
dependabot[bot] d9d50cf1ac Bump actions/upload-artifact from 3.1.1 to 3.1.2
Closes https://github.com/dart-lang/sdk/pull/50954

GitOrigin-RevId: cd44cde2d34cfbccf9edce8be291196dcc97aea1
Change-Id: I0cf31819b9fde2b15bef4179ef61687e387c1e4a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/278660
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-09 13:16:51 +00:00
dependabot[bot] 0a05e3f999 Bump actions/checkout from 3.1.0 to 3.2.0
Closes https://github.com/dart-lang/sdk/pull/50765

GitOrigin-RevId: 68196af9110bba1c6a428eb345b7061e312e8810
Change-Id: I2dee38763b7fa54a69adb33ac41f9020abcf1421
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276380
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-07 08:48:50 +00:00
dependabot[bot] fc63ebb8a6 Bump github/codeql-action from 2.1.31 to 2.1.37
Closes https://github.com/dart-lang/sdk/pull/50766

GitOrigin-RevId: d740dcb80df9e44eee761c66fb693266a4d0e299
Change-Id: I75ed4937499c83eb21d2c2d18e8b8e24ba894498
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276400
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-07 08:47:48 +00:00
dependabot[bot] 219bda2056 Bump ossf/scorecard-action from 2.0.6 to 2.1.2
Closes https://github.com/dart-lang/sdk/pull/50847

GitOrigin-RevId: 00491a1caab7fbb5d3e99ee93d7d73db6b9204e9
Change-Id: Ie2a231b6247354159e5b7bb0c8c6a2c7d2d0d1c2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277440
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2022-12-26 18:58:01 +00:00
William Hesse 59ec6a3d46 CP issue template assignees - remove whesse
Closes https://github.com/dart-lang/sdk/pull/50822

GitOrigin-RevId: 05e2bf239061b37442cf427fe33a67cd238a4b04
Change-Id: I31ff413bbbee7910438f1d45ca3cb632464db02d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277040
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
2022-12-22 20:10:07 +00:00
Devon Carew f1430dac1c [infra] update the scorecards-analysis.yml file
Bug: https://github.com/dart-lang/sdk/issues/50497
Change-Id: Id5ee6649ac515fd2985528b373feaa2cc406178b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270500
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Devon Carew <devoncarew@google.com>
2022-11-17 19:52:57 +00:00
Devon Carew 29c3fea3bf [infra] enable a no-response issue triage bot
Change-Id: I9915cfe3eaecceb50bc6e78be6f96afa733dd5af
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/269381
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2022-11-12 01:38:20 +00:00
dependabot[bot] 5876288a64 Bump ossf/scorecard-action from 2.0.4 to 2.0.6
Closes https://github.com/dart-lang/sdk/pull/50284

GitOrigin-RevId: 2cfb7cebe141e08530da46f17ddda8ea8c3b3c00
Change-Id: I029a74b37d25d29dab29a92e4b4b935273dadadd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265190
Reviewed-by: Alexander Thomas <athom@google.com>
2022-11-11 10:43:00 +00:00
dependabot[bot] bab3da6569 Bump actions/upload-artifact from 3.1.0 to 3.1.1
Closes https://github.com/dart-lang/sdk/pull/50283

GitOrigin-RevId: 8828234977f5c819ca4072b78a479b5d839296ea
Change-Id: I721fb69ca6f61482b7c0c0d0f3dd5fed1c1bc2e0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265189
Reviewed-by: Alexander Thomas <athom@google.com>
2022-11-11 10:42:31 +00:00
dependabot[bot] 78701d9a46 Bump github/codeql-action from 2.1.27 to 2.1.31
Closes https://github.com/dart-lang/sdk/pull/50398

GitOrigin-RevId: 4dde03c9b86fd9e5290d58ccda7e157b69dd7afd
Change-Id: I4b4740de04d5b3076336df5b1161d2d323c5e25a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/268182
Reviewed-by: Alexander Thomas <athom@google.com>
2022-11-11 10:34:25 +00:00
Jonas Termansen 257441230a Launch new cherry-pick workflow.
Update the issue template to require the beta/stable changelist.

Fixes: b/256803045
Change-Id: Ifd605c155d93eea76b673cc5cfcc58a31b670116
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/267420
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
2022-11-03 16:19:06 +00:00
dependabot[bot] a257c71253 Bump actions/checkout from 3.0.2 to 3.1.0
Closes https://github.com/dart-lang/sdk/pull/50169

GitOrigin-RevId: 5627a22661cfc4b99f0743939bb0f7e154320a4e
Change-Id: I02d113292137582687845c19a31aaf2b0722d015
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263360
Reviewed-by: Alexander Thomas <athom@google.com>
2022-10-11 02:36:13 +00:00
dependabot[bot] a22780ecb2 Bump github/codeql-action from 2.1.26 to 2.1.27
Closes https://github.com/dart-lang/sdk/pull/50170

GitOrigin-RevId: 3466e0fd71a14992e396adcfe0fa71e94a3f5fac
Change-Id: I787a8dcc14091332ef57ec2e72b739a483e9e24a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263340
Reviewed-by: Alexander Thomas <athom@google.com>
2022-10-11 02:35:58 +00:00
dependabot[bot] 23b0ac68b2 Bump ossf/scorecard-action from 2.0.3 to 2.0.4
Closes https://github.com/dart-lang/sdk/pull/50109

GitOrigin-RevId: d6b888ae5ea3c3bfaa0491cfba1e8c5c64869ee6
Change-Id: Idd12a8e20b928d6cbe5613983d82875a7b5205b8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262380
Reviewed-by: Alexander Thomas <athom@google.com>
2022-10-03 18:34:57 +00:00
dependabot[bot] 285ea50bd1 Bump github/codeql-action from 2.1.24 to 2.1.26
Closes https://github.com/dart-lang/sdk/pull/50108

GitOrigin-RevId: b0fe550215a883a10f9423e9be856e6d38fee5fe
Change-Id: I680c4e2aa417c75a5d91e73f50fb5c199e055e64
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/262362
Reviewed-by: Alexander Thomas <athom@google.com>
2022-10-03 18:34:06 +00:00
dependabot[bot] b152055b81 Bump github/codeql-action from 2.1.22 to 2.1.24
Closes https://github.com/dart-lang/sdk/pull/49989

GitOrigin-RevId: 827dee77296e5b1b3e2e11205415f6d31482f7e6
Change-Id: I5556dd44ac55bb04cc9249cddd8596ad3416fac0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259655
Reviewed-by: Alexander Thomas <athom@google.com>
2022-09-19 08:50:48 +00:00