1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Drew Roen
1630b08455 Pin actions/checkout github action to a hash instead of a version for increased security (#1179) 2022-04-28 12:40:18 -07:00
dependabot[bot]
3c6cebd171 Bump github/codeql-action from 2.1.8 to 2.1.9 (#1178)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1ed1437484...7502d6e991)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:26:57 +10:00
dependabot[bot]
430031b5a9 Bump actions/setup-java from 3.1.1 to 3.2.0 (#1155) 2022-04-27 18:23:30 +10:00
dependabot[bot]
802026f4ea Bump subosito/flutter-action from 1.5.3 to 2.4.0 (#1147)
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 1.5.3 to 2.4.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](https://github.com/subosito/flutter-action/compare/v1.5.3...d8687e6979e8ef66d2b2970e2c92c1d8e801d7bf)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 08:48:34 -07:00
Jenn Magder
6f5d2777cc Do not run GitHub workflows on forks (#1107) 2022-04-26 09:27:30 +10:00
drewroengoogle
1d461cd9e6 Add read-all default permission to remaining github workflows templates (#1145) 2022-04-26 07:21:43 +10:00
godofredoc
1b38c63dd5 Use correct version of checkout. (#1123)
The pinned version of the checkout was incorrect.
2022-04-21 17:00:18 +10:00
Brett Morgan
f861b7c4fc Pin setup-java with a hash (#1122) 2022-04-21 15:31:27 +10:00
godofredoc
5b7d2b3b6d Pin checkout version. (#1121)
We are updating a single version to test the theory that when we are
mixing versions and hashes the update is calculated once and reused
across all the files causing the hashes to be replaced with versions.
2022-04-21 15:17:06 +10:00
dependabot[bot]
8989d45674 Bump github/codeql-action from 1.1.5 to 2.1.8 (#1118)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.5 to 2.1.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8834766498...1ed1437484)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-21 14:37:21 +10:00
Brett Morgan
75d74d50a7 Bump GitHub Actions versions (#1115) 2022-04-21 13:39:34 +10:00
Brett Morgan
dd7e8d5a17 Spread out PR reviews (#1106) 2022-04-20 07:30:31 +10:00
Brett Morgan
b897d74282 Dependabot version updates (#1063) 2022-04-07 06:35:49 +10:00
godofredoc
a02f74d707 Enable scorecards. (#1054)
This will help us assess the security posture of this repository.
2022-03-19 09:17:16 +10:00
Andrew Brogdon
93bf3263c5 Lands beta changes. (#1006) 2022-02-03 12:43:20 -08:00
Brett Morgan
b229c5236f [CI]: Drop dev channel (#955) 2021-12-01 09:34:24 +10:00
John Ryan
308c6ff21c Specify workflow permissions for build-and-deploy action (#948)
* add write permissions to build-and-deploy action

fixes#914

* formatting
2021-11-02 08:37:34 -07:00
Brett Morgan
b10b46bc18 Revert "Enable no-response workflow. (#937)" (#938) 2021-10-22 09:08:34 +10:00
godofredoc
ac4dc45d87 Enable no-response workflow. (#937) 2021-10-22 08:21:09 +11:00
Brett Morgan
b7156523ff Add a pull request template (#930) 2021-10-18 11:55:59 -07:00
Andrew Brogdon
699cc3a8c5 Pinning versions to commits (#861) 2021-08-02 13:41:15 -07:00
John Ryan
3f5ab56485 Add workflow to deploy the sample index (#791)
* Add workflow to build and deploy the sample index

* update gh-pages action

* fix yaml

* create web/ directory in build

* grammar

* add ignored directories

* revert pubspec.lock files

* add job to run _tool/verify_samples.dart

* Update filipino_cuisine for Flutter 2

* remove timeflow demo.

The unnamed List constructor is now deprecated, refactoring
this code to use add() requires more knowledge about the code for
this demo.
https://dart.dev/null-safety/understanding-null-safety#no-unnamed-list-constructor

* update slide_puzzle

* ensure stable channel is used to verify

* move verify web demos action into separate yaml file - avoid running
on each flutter version.

* add on: pull_request

* update slide_puzzle

* Update gh-pages.yml

* Add copyright header
2021-05-06 10:26:15 -07:00
Andrew Brogdon
1e82189f82 Removing scheduled run of beta CI workflow (#719) 2021-02-18 22:10:53 -08:00
Andrew Brogdon
07e4a518b7 Adding new workflow for beta. (#695) 2021-02-06 20:46:33 -08:00
Brett Morgan
9b631a2184 Split CI testing based on flutter channels (#651) 2021-01-27 18:42:33 +11:00
John Ryan
3d92dfbc7b use source script.sh instead of ./script.sh (#629) 2021-01-26 22:27:54 -08:00
Andrew Brogdon
83adbb883d Replaces Travis CI with GitHub Actions (#625) 2020-12-16 17:24:05 -08:00
Andrew Brogdon
046fa14eba Added no-response config (#284) 2020-01-29 10:34:07 -08:00