-
Notifications
You must be signed in to change notification settings - Fork 33
parse action versions out of workflow files #420
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
789cc4c
parse action versions out of workflow files
devoncarew d63eabf
use '–' instead of '-'
devoncarew 301e319
revert unicode char changes
devoncarew 543fc45
add test; update readme
devoncarew ad53f87
merge to master
devoncarew 9744389
support multiple dependabot file names
devoncarew f39c6b2
review feedback
devoncarew 0e9f580
generate the internal action versions from the current ones used in t…
jakemac53 6cb4749
add a note that the file is generated, and how to regenerate it
jakemac53 7cf68c5
format as a part of the command
jakemac53 45b3396
log the old and new content
jakemac53 8f4d2b8
refactor, fix obvious broken code
jakemac53 bb43afa
and actually log the output from the test
jakemac53 da65da7
check the format result, error if it errors and forward output
jakemac53 ceb291a
wrap old/new content in backticks, dont write extra newline
jakemac53 ae202fa
restructure code a bit and fix bug, regenerate file
jakemac53 b1075de
only test generated code on linux
jakemac53 5324c15
Merge pull request #12 from google/gen-versions
devoncarew d4430c1
misc changes
devoncarew 9683450
add a test that validate can pass if versions dont match but dependab…
jakemac53 6452c95
fix analyzer diagnostics
jakemac53 c7ea02d
fix tests I broke
jakemac53 28d0175
Merge pull request #13 from google/add-test
devoncarew 29cad2f
update pubspec and changelog
devoncarew 42adeb4
update version
devoncarew dd4300b
regenerate
devoncarew File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Dependabot configuration file. | ||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.