diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index e15b237..7cd136f 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -85,7 +85,7 @@ jobs: contents: read security-events: write uses: >- - modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@5c856f8118976bfd3bb64a8911f69dc9b00b4cad + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa semgrep: permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98d4916..f5af77a 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@5c856f8118976bfd3bb64a8911f69dc9b00b4cad + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@02f479d564026f83ee42952a0afad0e123e38bfa gate-semgrep: needs: [meta] permissions: { contents: read, security-events: write, actions: read }