From 15bb65bad00cbf5d267cd31d5b6869eddc1261c0 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Wed, 17 May 2023 11:52:43 -0700 Subject: [PATCH 1/2] [Windows] Fix the manual test project --- dev/manual_tests/windows/runner/Runner.rc | 2 +- .../windows/runner/resources/app_icon.ico | Bin 787 -> 0 bytes 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 dev/manual_tests/windows/runner/resources/app_icon.ico diff --git a/dev/manual_tests/windows/runner/Runner.rc b/dev/manual_tests/windows/runner/Runner.rc index 7d70f92ec37af..f5135169acc2f 100644 --- a/dev/manual_tests/windows/runner/Runner.rc +++ b/dev/manual_tests/windows/runner/Runner.rc @@ -52,7 +52,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_APP_ICON ICON "resources\\app_icon.ico" +// IDI_APP_ICON ICON "resources\\app_icon.ico" ///////////////////////////////////////////////////////////////////////////// diff --git a/dev/manual_tests/windows/runner/resources/app_icon.ico b/dev/manual_tests/windows/runner/resources/app_icon.ico deleted file mode 100644 index 2e4cc829b07d6ce44fb5c1a9ade8070767724e8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 787 zcmV+u1MK{XP)n7bpJ_;IC> zCYE;Tt!%ADOV>j1uTiiSxeX|y1X2W|o#F?!5e-@dLSPfH6C}yWC0XBixx#SC&d$C! z@6EXnmOYkbc7DH|@7n=rqKW@HjJ6Ej{Mdhprv-wf7MHF~XJt3Fl)?A#loBMBxxlL` z0mSfkqpAW@@G1mI!ix)#h8Go}0bWdi7I+Z>n&5*A&;}n=fJXRW0<^*h5uh2KU4V9Y zRsk`Y3x9QWZ((P@5Qpa)3YWr<-h8)XU@kFY@EnsNXZX=I zPYERO)YIY0@SYOL;3*eGz!$!v1X6es0cGI=?pK?LC%k@P5Ao$-P>Q;{WZ>NY8b14_XO(q&L-rqU%|kf z$Fb^ER=l{!wtB=i9sYJ>#&y{IFMPfM`RWP`U>0-tH+!kM{kRvM03Qkct?!VpEF=8P z2!0f764)0+TqW#pe1?4aIl?DcF>SVrlee%)2(ltnCSh;=6XY+SzyVAnycxn5;~daS z2(=`3s)XGyA0U7F2o8((@IrAk%$6+$W^5ZxDj}GFaS|;2_A`XHy>ScQeu6z`atVKT zPJ<_xAo8iK?IICA-CpX!QTGbKh06f##3!lRU8LB@(w$omdV^v%J<-|+mmvDN{Bbc( z36k=bAiiNjT7rr#Gm;Y2Y?_jiplaWsgamaPCs6{~#z~ZrK@&|haaQ~hU;qgkt*1!I RvP=K~002ovPDHLkV1o3TVfFw3 From 99aa190d3cf636baadbcb23b6d35ffec45ecf326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 03:02:18 +0000 Subject: [PATCH 2/2] Bump actions/checkout from 3.5.2 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...c85c95e3d7251135ab7dc9ce3241c5835cc595a9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ace9b15820418..3d5816c9aef03 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository == 'flutter/flutter' }} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: ./bin/flutter test --coverage run: pushd packages/flutter;../../bin/flutter test --coverage -j 1;popd - name: upload coverage diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index ad0e8bfc68c81..e8a1868925b7e 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: persist-credentials: false