You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Update CI configs and project target frameworks
Updated `dependabot.yml` to change directory for `nuget` package ecosystem and added new package ecosystems. Removed ignored dependencies.
Updated `codeql-analysis.yml` to change branches and cron schedule, added permissions, and replaced job steps with a centralized workflow reference.
Updated `dependabot-reviewer.yml` to replace job steps with a centralized workflow reference and added a secrets section.
Updated `docsfx.yml` to add permissions and replace job steps with a centralized workflow reference.
Updated project files to change target frameworks from `net6.0` to `net8.0` and added `net9.0` for `SQLHelper.DB.csproj`. Removed `RuntimeIdentifiers` from `SQLHelper.Tests.csproj`.
run: gh pr review $PR_URL --approve -b "**Approving** this pull request because **it includes a major update of a dependency used only in development**"
26
-
env:
27
-
PR_URL: ${{github.event.pull_request.html_url}}
28
-
GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
29
-
- name: Comment on major updates of non-development dependencies
privatestringQueryText{get;}="IF NOT EXISTS (SELECT TOP 1 ID_ FROM [dbo].[AllReferencesAndID_ManyToManyPropertiesWithCascade] WHERE [dbo].[AllReferencesAndID_ManyToManyPropertiesWithCascade].[AllReferencesAndID_ID_] = 6701 AND [dbo].[AllReferencesAndID_ManyToManyPropertiesWithCascade].[ManyToManyPropertiesWithCascade_ID_] = 1341) BEGIN INSERT INTO [dbo].[AllReferencesAndID_ManyToManyPropertiesWithCascade]([dbo].[AllReferencesAndID_ManyToManyPropertiesWithCascade].[AllReferencesAndID_ID_],[dbo].[AllReferencesAndID_ManyToManyPropertiesWithCascade].[ManyToManyPropertiesWithCascade_ID_]) VALUES (6701,1341) END;";
0 commit comments