diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 7cd136f..1b4d5fd 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@02f479d564026f83ee42952a0afad0e123e38bfa + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@27b548962b44362fe039491504dd9049b15aefc2 semgrep: permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5af77a..5ee05ad 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@02f479d564026f83ee42952a0afad0e123e38bfa + modeled-information-format/.github/.github/workflows/reusable-shellcheck.yml@27b548962b44362fe039491504dd9049b15aefc2 gate-semgrep: needs: [meta] permissions: { contents: read, security-events: write, actions: read }