-
Notifications
You must be signed in to change notification settings - Fork 20
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
OSOE-481: Action pulls latest SQL Server (=2022-latest) but 2019-latest is used in Lombiq.GitHub.Actions #637
Merged
Merged
Changes from 33 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
f3123e6
Updating LGHA.
Psichorex 1d610c9
Updating branch references.
Psichorex 5a386a2
Updating LGHA.
Psichorex ba66f6d
Updating LGHA.
Psichorex 2593a66
Merge remote-tracking branch 'origin/dev' into issue/OSOE-481
Psichorex 2e12ec0
Merging dev in LGHA.
Psichorex 1534b05
Merge remote-tracking branch 'origin/dev' into issue/OSOE-481
Psichorex b88ab3a
Drying script.
Psichorex 4232a69
Using sqlserver2022 directly.
Psichorex 0663a40
Dry and renaming.
Psichorex 8ca6de5
Using single quotes.
Psichorex b58142c
Using param.
Psichorex e0172b8
Merge branch 'dev' of https://github.com/Lombiq/Open-Source-Orchard-C…
dministro 391cc86
Targeting issue branch in windows workflow
dministro 0a21d64
Updating references.
Psichorex 0df7660
Merge branch 'issue/OSOE-481' of https://github.com/Lombiq/Open-Sourc…
Psichorex 8956bcc
Fixing typo.
Psichorex d81de70
Testing.
Psichorex 084d5cd
Updating submodule LGHA.Lombiq.GitHub.Actions
Psichorex 2e1d689
Dev checkout in Lombiq.BaseTheme.
Psichorex 68bad2e
Merge remote-tracking branch 'origin/dev' into issue/OSOE-481
Psichorex e724520
Merge remote-tracking branch 'origin/dev' into issue/OSOE-481
Psichorex 6535e6a
Using var and version.
Psichorex 4bd875b
Using exact version number as it is mandatory.
Psichorex 7e65184
Using param.
Psichorex ad87024
Fix typo.
Psichorex 6ef82e2
Trying SQL2022DEVELOPER again.
Psichorex 0284790
Removing temp var.
Psichorex 2751957
Using local instead of MSSQLSERVER.
Psichorex 70b989a
Using MSSQLServer.
Psichorex afc2607
Testing.
Psichorex d376bfb
Reverting to SQL express.
Psichorex 4617b51
Trying . as server name.
Psichorex f3a1b74
Merge remote-tracking branch 'origin/dev' into issue/OSOE-481
Psichorex 04c7e13
Using var.
Psichorex 620e7ca
Merge remote-tracking branch 'origin/dev' into issue/OSOE-481
Psichorex 41d5283
Checking out latest dev.
Psichorex 8a21d69
Referencing dev in workflows
dministro 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 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 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
Submodule Lombiq.Analyzers.PowerShell
updated
1 files
+3 −4 | .github/workflows/static-code-analysis.yml |
Submodule Lombiq.GitHub.Actions
updated
6 files
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is nothing to compare so this is probably a bug. This repo is no branch in my Git Extensions so I didn't touch it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Psichorex Then, please insert the link - where you reported/found this bug - here. Or revert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dministro The dev checkout fall behind on my branch most probably due to a pnpm-lock file preventing the updated checkout. I checked out the latest dev in the submodule and the file change disappeared.