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/quality-gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
contents: read
security-events: write
uses: >-
modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa
modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@27b548962b44362fe039491504dd9049b15aefc2
semgrep:
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
needs: [meta]
permissions: { contents: read, security-events: write }
uses: >-
modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa
modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@27b548962b44362fe039491504dd9049b15aefc2
gate-semgrep:
needs: [meta]
permissions: { contents: read, security-events: write, actions: read }
Expand Down
Loading