Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
Brendan Kowitz 3e8271a2f4
Update codeql.yml to hosted runners (#4641) 2024-09-24 16:33:35 -07:00
Robert Johnson 345f5b730b
Fix dependabot name (#3895) 2024-06-04 09:27:41 -07:00
Robert Johnson ab60c2495a
Don't require work items for some PRs (#3803) 2024-05-14 10:08:19 -07:00
Robert Johnson 5a98e34186
Cleanup search parameters on historical resources (#3847) 2024-05-10 13:35:45 -07:00
Brendan Kowitz bd3df51fd9
Grants sync-to-devops issues: write permissions (#3741) 2024-03-11 09:53:41 -07:00
Brendan Kowitz 5bac2bba07
Adds requirement to link to DevOps workitem (#3707) 2024-03-11 07:18:27 -07:00
Brendan Kowitz 774e600611
Updates dotnet Security patch (sdk:8.0.200) (#3716) 2024-02-15 08:56:04 -08:00
Brendan Kowitz 4610f05780
Adds permissions to codeql.yml (#3698)
+semver: skip
2024-02-05 10:10:06 -08:00
Brendan Kowitz 8b9207c271
Update codeql.yml with query pack (#3694) 2024-01-31 11:02:39 -08:00
dependabot[bot] c2ea2a56d4
Bump actions/github-script from 6 to 7 (#3591)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  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>
Co-authored-by: Richa Bansal <ribans@microsoft.com>
2024-01-12 16:12:26 -08:00
dependabot[bot] 8fd6483b6e
Bump github/codeql-action from 2 to 3 (#3631)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
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>
2024-01-12 14:01:21 -08:00
dependabot[bot] 69c236ae1c
Bump actions/labeler from 4 to 5 (#3612)
* Bump actions/labeler from 4 to 5

Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Update labeler file as per new documentation

* Testing change

* For testing

* Testing change verified, undo the change

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Richa Bansal <ribans@microsoft.com>
2024-01-12 12:11:35 -08:00
dependabot[bot] 9226bce800
Bump actions/checkout from 3 to 4 (#3529)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-10-12 11:58:22 -07:00
Richa Bansal 3ce6bbe3c2
Add relevant labels in the PR if new schema version is added (#3527)
* Add labels for Sql scripts

* add labeler action

* add checkout action

* test in file

* update logic

* Minor updates

* Remove the test change
2023-09-20 21:42:16 -07:00
dependabot[bot] af6534bb55
Bump actions/checkout from 3 to 4 (#3510)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-09-08 10:39:09 -07:00
Paul Taladay 536a1021d3
Fix for out of space for CodeQL (#3467)
* Updating Codeql to use new runner.

* Incorrect property change.

* Updated property. Documentation was not clear.

* Removed install of dot net sdks as they are preinstalled on image now.

* Attempting to point to extra drive with more space.

* Added env file since the values for paths need to be static.

* Added mount command, and updated path.

* Removed mount command as this is superuser only.

* Trying to use github variables

* Update codeql.yml

* Wrong variable name

* Update codeql.yml

Commenting out extra storage usage.

* Updating global.json to .400

* Added xml doc for error in pr build after net package update. Added, javascript language to build list.

* Update .net 6 to 6.0.413

* Xml comments need a lot of work. Removing.

* Added additional errors that are triggering when they shouldn't to ignore.

* Updated docker version to match 7.0.400

* updated aspnet image
2023-08-11 15:30:58 -07:00
Matt Serdar d6ef034115
adding New Feature without the hyphen character for valid check (#3355)
* adding New Feature without the hyphen character for a valid check

* adding to the description

* fix for copy/pasting extra paren
2023-06-16 07:13:53 -07:00
Paul Taladay b110630639
Added additional event types for milestones (#3139) 2023-02-21 07:23:08 -08:00
Brendan Kowitz 8ee569c78f
Validate PR metadata (#3097)
+semver: skip
2023-02-03 10:20:44 -08:00
Brendan Kowitz 70530f97d3
Adds .NET7 targets (#2999)
* Adds .NET7.0 Target

+semver: feature

* Split appserviceplans

* Update docs

* Updates

* Latest updates

* Updated AspNetPackageVersion

* Updates to FHIRDataSynth

* Updates to docker file

* Reverted

* Reverted

* Revert "Updated AspNetPackageVersion"

This reverts commit b3eb17bdc1.

* Updated AspNetPackageVersion to 6.0.12 and sdk version in dotnet6-compat/global.json

* Updated AspNetPackageVersion to 7.0.1 and Dockerfile

* Setting Microsoft.Extensions.Logging.Abstractions as 7.0.0 and HealthcareSharedPackageVersion 6.2.1

* Fix tests and some improvements

* Fix

Co-authored-by: apurvabhale <apurvabhale@microsoft.com>
2023-01-11 13:37:11 -08:00
dependabot[bot] 6a755883c9
Bump github/codeql-action from 1 to 2 (#2623)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
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-06-08 12:29:07 -07:00
dependabot[bot] 43c477270c
Bump actions/checkout from 2 to 3 (#2622)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  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-05-26 16:05:13 -07:00
Brendan Kowitz adf902736f
Adds Sync to Devops workflow (#2384)
+semver: skip
2022-03-30 16:00:13 -07:00
Ivan Matantsev 7e1661dc2c
Don't run code quality on dependabot branches (#1892)
* Update codeql.yml

https://github.com/microsoft/fhir-server/pull/1872/checks?check_run_id=2444726685

Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use Code Scanning with Dependabot, please ensure you are using the "pull_request" event for this workflow and avoid triggering on the "push" event for Dependabot branches
2021-04-28 09:18:21 -07:00
Robin Neatherway 33bd5dbeb3
pull_request trigger to CodeQL (#1599)
+semver: skip
2021-01-19 11:51:12 -08:00
Brendan Kowitz b73bcda8d3
Semver with mainline versioning (#1431) 2020-12-01 10:46:27 -08:00
Robert Johnson e4ee1047d1
Delete cleanup.yml (#1420)
The cleanup action won't work until we are able to pass parameters to the DevOps job.
2020-11-04 10:31:11 -08:00
Robert Johnson a9f1667962
Add cleanup action (#1357) 2020-10-15 14:13:33 -07:00
Justin Hutchings 44619f432b
Add CodeQL Analysis workflow (#997) 2020-04-29 09:15:23 -07:00