Skip to content

Commit

Permalink
Merge pull request #272 from hms-dbmi/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
b32147 authored Nov 5, 2024
2 parents 812e7f3 + 2f42787 commit ed5d1e5
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 113 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Code Scan

on:
pull_request:
branches: [ master, development ]
schedule:
- cron: '0 12 * * 1' # runs at 12:00 UTC on Mondays
workflow_dispatch:

jobs:
scan:
uses: hms-dbmi/actions/.github/workflows/code-scan.yml@main
secrets:
SONAR_HOST_URL: ${{ secrets.BLHMSDBMI_SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.BLHMSDBMI_SONAR_TOKEN }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.5-rc.1](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.4...v1.0.5-rc.1) (2024-10-16)


### Bug Fixes

* **requirements:** Updated Python requirements ([ce7128d](https://github.com/hms-dbmi/fhirquestionnaire/commit/ce7128d6f3f74d62c478a434625fc592509d38d8))

## [1.0.4](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.3...v1.0.4) (2024-09-24)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fhirquestionnaire"
version = "1.0.4"
version = "1.0.5-rc.1"
description = "The questionnaire service for PPM studies"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
Loading

0 comments on commit ed5d1e5

Please sign in to comment.