diff --git a/.github/workflows/update-oscal.yml b/.github/workflows/update-oscal.yml index 3a9ac6ae4ff..2e246d041be 100644 --- a/.github/workflows/update-oscal.yml +++ b/.github/workflows/update-oscal.yml @@ -45,7 +45,7 @@ jobs: trestle href --name "${{ matrix.variables.profile-name }}" -hr "trestle://catalogs/${{ matrix.variables.catalog-name }}/catalog.json" working-directory: ./shared/references/oscal - name: Update content - uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4 # v7.0.2 + uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3 with: base: master branch: "oscal-update-${{ github.run_id }}"