Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
automerge:
if: ${{ github.actor == 'dependabot[bot]' }}
uses: modeled-information-format/.github/.github/workflows/reusable-dependabot-automerge.yml@5c856f8118976bfd3bb64a8911f69dc9b00b4cad # reusable-dependabot-automerge.yml @ .github main
uses: modeled-information-format/.github/.github/workflows/reusable-dependabot-automerge.yml@f29366f7dbe223fcf14e8994483fec667faa3164 # reusable-dependabot-automerge.yml @ .github main
with:
update-types: patch
secrets:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/quality-gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,13 @@ jobs:
contents: read
actions: read
uses: >-
modeled-information-format/.github/.github/workflows/reusable-scorecard.yml@5c856f8118976bfd3bb64a8911f69dc9b00b4cad
modeled-information-format/.github/.github/workflows/reusable-scorecard.yml@f29366f7dbe223fcf14e8994483fec667faa3164
with:
publish-results: false
secrets:
# CI app key so Scorecard scores Branch-Protection from real settings; its
# client-id is vars.CI_CLIENT_APP_ID (read inside the reusable).
app-private-key: ${{ secrets.CI_CLIENT_APP_PRIVATE_KEY }}

# --- plugin-constituent gates (NEW reusables, merged #12/#13) ---------------
shellcheck:
Expand Down
Loading