35 Commits

Author SHA1 Message Date
dependabot[bot]
74cdc42207
Bump github/codeql-action from 2.1.7 to 2.1.8 (#101607) 2022-04-08 16:17:08 -07:00
dependabot[bot]
d2fcccf5f9
Bump github/codeql-action from 2.1.6 to 2.1.7 (#101385) 2022-04-06 09:31:24 -07:00
dependabot[bot]
6baca0db96
Bump github/codeql-action from 1.1.5 to 2.1.6 (#101079) 2022-03-30 20:25:11 -07:00
dependabot[bot]
f028b994e4
Bump github/codeql-action from 1.1.4 to 1.1.5 (#100163) 2022-03-15 15:45:20 -07:00
dependabot[bot]
10805ca3fe
Bump github/codeql-action from 1.1.3 to 1.1.4 (#99711) 2022-03-07 15:26:17 -08:00
dependabot[bot]
c5ef5226f7
Bump actions/upload-artifact from 2.3.1 to 3 (#99515) 2022-03-03 15:21:15 -08:00
dependabot[bot]
c8a930b696
Bump actions/checkout from 2.4.0 to 3 (#99359) 2022-03-02 08:46:21 -08:00
dependabot[bot]
01893b6cea
Bump github/codeql-action from 1.1.2 to 1.1.3 (#99026) 2022-02-23 15:29:13 -08:00
dependabot[bot]
a059a383c3
Bump ossf/scorecard-action from 1.0.3 to 1.0.4 (#98771) 2022-02-18 15:24:20 -08:00
dependabot[bot]
0eedf420f4
Bump github/codeql-action from 1.1.0 to 1.1.2 (#98699) 2022-02-17 15:34:17 -08:00
dependabot[bot]
ab7650d8d6
Bump github/codeql-action from 1.0.32 to 1.1.0 (#98289) 2022-02-11 14:55:21 -08:00
godofredoc
9eb94c59b8
Remove securitycards scheduled runs. (#98062) 2022-02-08 16:35:16 -08:00
godofredoc
9459c55f12
Remove version comments from workflow. (#98001) 2022-02-07 23:00:20 -08:00
dependabot[bot]
41a70b504c
Bump dessant/lock-threads from 2.0.3 to 3 (#97821) 2022-02-07 22:10:18 -08:00
dependabot[bot]
cb124c0bcc
Bump github/codeql-action from 1.0.31 to 1.0.32 (#97983) 2022-02-07 19:10:19 -08:00
dependabot[bot]
ce5fdff8b0
Bump github/codeql-action from 1.0.26 to 1.0.31 (#97820) 2022-02-04 17:15:16 -08:00
dependabot[bot]
704dabe5db
Bump ossf/scorecard-action from 1.0.2 to 1.0.3 (#97819) 2022-02-04 17:00:15 -08:00
godofredoc
39c5d2fa0a
Do not run score cards on forks of flutter/flutter. (#97603)
As a general rule all the .github workflows enabled for flutter/flutter
should not run on forks.

Bug: https://github.com/flutter/flutter/issues/97599
2022-02-01 14:58:27 -08:00
godofredoc
804631d619
Set lock github action workflow permissions explicitly. (#97459)
It is a good practice to set the github actions default permissions
to the minimum required. The locks action didn't set permissions
explicitly.
2022-01-28 18:26:24 -08:00
godofredoc
b7424c619c
Create scorecards-analysis.yml (#97261)
Enables scorecards code scanning for the flutter repository.
2022-01-26 17:25:45 -08:00
godofredoc
b59281ce52
Reland: Update no response action to include the fix to sort bugs properly (#94837) 2021-12-07 20:09:04 -08:00
godofredoc
0870f295e1
Revert "Update no response action to include the fix to sort bugs properly. (#94829)" (#94833)
This reverts commit 7d3b13638ff6d3338b461d890adc0dffe9851324.
2021-12-07 16:45:41 -08:00
godofredoc
7d3b13638f
Update no response action to include the fix to sort bugs properly. (#94829) 2021-12-07 15:39:02 -08:00
godofredoc
09a1275be0
Revert "Update the version of no-response bot. (#92281)" (#92288)
This reverts commit ba8cb1fc891cf8904ac0e3d1df17a14975930afd.
2021-10-21 14:57:52 -07:00
godofredoc
ba8cb1fc89
Update the version of no-response bot. (#92281) 2021-10-21 13:38:05 -07:00
Varun Sharma
0f0613c0ae
Add specific permissions to .github/workflows/lock.yaml (#89820) 2021-09-14 11:17:03 -07:00
godofredoc
3b7adb989f
Lock only issues. (#90023) 2021-09-13 21:32:04 -07:00
godofredoc
4ad8c15f34
Make no-response plugin no-op for forks. (#88058)
This will still run the workflow in forks but it will exit immediately
if the repository is not flutter/flutter.

Bug: https://github.com/flutter/flutter/issues/87573
2021-08-11 14:40:28 -07:00
godofredoc
640c08dc80
Run lock workflow only in flutter/flutter. (#87601)
This is to prevent trying to run the workflow in forks.

Bug: https://github.com/flutter/flutter/issues/87573
2021-08-03 17:55:21 -07:00
godofredoc
c11efb5016
Re-lands the change to enable the no-response bot (#87381)
* Re-lands the change to enable the no-response bot which was reverted on #87361.

This is the second retry which was now validated using the github
workflows UI.

Bug: https://github.com/flutter/flutter/issues/87360

* Remove trailing spaces.
2021-07-30 16:20:17 -07:00
godofredoc
3ca8d7b79d
Revert "Re-land no-reponse bot. (#87372)" (#87377)
This reverts commit 38a6c8a418b362811be249dc0627cd114ace6216.
2021-07-30 15:06:40 -07:00
godofredoc
38a6c8a418
Re-land no-reponse bot. (#87372) 2021-07-30 14:49:03 -07:00
godofredoc
bdca3391b4
Revert "Add no-response workflow. (#87318)" (#87361)
This reverts commit ee0678136299b210862feeefea46af9c675fc45f.
2021-07-30 11:38:44 -07:00
godofredoc
ee06781362
Add no-response workflow. (#87318) 2021-07-30 11:09:04 -07:00
godofredoc
ed6c9323bb
Enable lock-thread based on github actions. (#81528) 2021-07-29 20:19:04 -07:00