Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(actions): Deputy scanner #3777

Closed
wants to merge 63 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
bc8e59a
chore(repo): Create `aft_common` package
Sep 21, 2023
fe7eca9
feat(actions): Deputy scanner
Sep 21, 2023
206b527
updates
Sep 21, 2023
31f265d
updates
Sep 21, 2023
79fbf99
updates
Sep 21, 2023
330511e
updates
Sep 22, 2023
f4fb832
updates
Sep 22, 2023
dd725b6
updates
Sep 22, 2023
2aed538
updates
Sep 22, 2023
7ef1caf
updates
Sep 22, 2023
c822188
updates
Sep 22, 2023
84f9df8
updates
Sep 22, 2023
6c43d9c
updates
Sep 22, 2023
1173faa
updates
Sep 22, 2023
cd1991b
updates
Sep 22, 2023
dbd7299
updates
Sep 22, 2023
1012899
updates
Sep 22, 2023
dc82a89
updates
Sep 22, 2023
deebfb0
test
Sep 26, 2023
294e186
test
Sep 26, 2023
c791c57
test
Sep 26, 2023
1f1655d
test
Sep 26, 2023
e0a08a9
test
Sep 26, 2023
21b7af8
test
Sep 26, 2023
22b340d
test
Sep 26, 2023
b22cb1d
test
Sep 26, 2023
fcab8c0
test
Sep 26, 2023
84e8ad9
test
Sep 26, 2023
a686bbe
test
Sep 26, 2023
3b61646
test
Sep 26, 2023
ed13a4c
test
Sep 26, 2023
76fa1e3
test
Sep 26, 2023
d773f7b
test
Sep 26, 2023
07a835c
test
Sep 26, 2023
05220f8
test
Sep 26, 2023
c4e687d
test
Sep 26, 2023
22edeae
test
Sep 26, 2023
ac98fe7
test
Sep 26, 2023
8e7c91c
test
Sep 26, 2023
90cac1b
test
Sep 26, 2023
94e5436
test
Sep 26, 2023
6e3c92c
test
Sep 26, 2023
733da77
test
Sep 26, 2023
6096678
test
Sep 26, 2023
048177f
test
Sep 26, 2023
6727103
test
Sep 27, 2023
94f6ae6
test
Sep 27, 2023
19672fe
test
Sep 27, 2023
3923087
test
Sep 27, 2023
2cdd3b7
test
Sep 27, 2023
365cc19
test
Sep 27, 2023
70f4475
test
Sep 27, 2023
09eff7e
test
Sep 27, 2023
5b15d00
test
Sep 27, 2023
a8bd558
test
Sep 27, 2023
64d9cd5
updates
Sep 28, 2023
1a895f5
updates
Sep 28, 2023
a5516cb
updates
Sep 29, 2023
0c625e2
updates
Sep 29, 2023
fe8154b
updates
Sep 29, 2023
7a15b65
test
Sep 29, 2023
6ad8c1c
test
Sep 29, 2023
ea4be7d
disable for now
Sep 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/composite_actions/deputy_scan/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Deputy Scan
description: Scans for outdated Dart and Flutter dependencies and creates PRs with latest versions.
runs:
using: "node20"
main: "dist/index.mjs"
Loading
Loading