diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index f7e38c1..21d06ac 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -89,7 +89,7 @@ jobs: contents: read security-events: write uses: >- - modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@05b13774259a17140419556a45a48ba6a3e36e0c + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@667ee7b3bc93a8789c65cb9b4fedc6d827fcd36a semgrep: permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45f1cb4..79c8826 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,7 @@ jobs: needs: [meta] permissions: { contents: read, security-events: write } uses: >- - modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@05b13774259a17140419556a45a48ba6a3e36e0c + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@667ee7b3bc93a8789c65cb9b4fedc6d827fcd36a gate-semgrep: needs: [meta] permissions: { contents: read, security-events: write, actions: read }