From 56fd6eb8b6dbfe0fdaf490ac6ff21d599f3d2157 Mon Sep 17 00:00:00 2001 From: ckawell-sb <104456459+ckawell-sb@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:25:10 -0500 Subject: [PATCH 1/2] feat: QPPA-8359 update github action versions --- .github/workflows/draft-release.yml | 2 +- .github/workflows/pr-feature.yml | 4 ++-- .github/workflows/pr-release.yml | 4 ++-- .github/workflows/publish.yml | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 7aa9255b..86a518b5 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/pr-feature.yml b/.github/workflows/pr-feature.yml index 5dcb1fb4..f3b419e1 100644 --- a/.github/workflows/pr-feature.yml +++ b/.github/workflows/pr-feature.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure Node version and registry - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 - name: Install Dependencies diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 1bd6a81d..9ad2691a 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure Node version and registry - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 - name: Install Dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f28ac238..ab5456ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure Node version and registry - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18 registry-url: "https://registry.npmjs.org" @@ -82,13 +82,13 @@ jobs: steps: - name: Checkout Updated Master Branch if: ${{ !env.ACT }} - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: master - name: Create Pull Request if: ${{ !env.ACT }} id: pr - uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3 #v3.6.0 + uses: peter-evans/create-pull-request@v5 with: token: ${{ secrets.GH_USER_TOKEN }} commit-message: Backfill develop with ${{ github.event.release.tag_name }} From b6f49e25a80925fc7599fc113aeddaee998bb3cd Mon Sep 17 00:00:00 2001 From: ckawell-sb <104456459+ckawell-sb@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:36:33 -0500 Subject: [PATCH 2/2] feat: QPPA-7842 remove ia bmh 13 py23 --- measures/2023/measures-data.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/measures/2023/measures-data.json b/measures/2023/measures-data.json index 92154aee..d059f6a0 100644 --- a/measures/2023/measures-data.json +++ b/measures/2023/measures-data.json @@ -1688,21 +1688,6 @@ "M0005" ] }, - { - "category": "ia", - "title": "Obtain or Renew an Approved Waiver for Provision of Buprenorphine as Medication-Assisted Treatment for Opioid Use Disorder", - "description": "This activity is suspended, as it is no longer available through or required by the Substance Abuse and Mental Health Services Administration (SAMHSA) or the Drug Enforcement Administration (DEA).", - "measureId": "IA_BMH_13", - "metricType": "boolean", - "firstPerformanceYear": 2017, - "lastPerformanceYear": null, - "weight": "medium", - "subcategoryId": "behavioralAndMentalHealth", - "allowedPrograms": [ - "mips", - "app1" - ] - }, { "category": "pi", "measureId": "PI_PPHI_1",