Bump SBOM workflow version (#3393)

* Bump SBOM workflow version

* SKIP sdk check when installing

* SKIP sdk check at the JOb level

---------

Co-authored-by: yasserfaraazkhan <attitude3cena.yf@gmail.com>
This commit is contained in:
enzowritescode
2025-04-15 09:10:17 -06:00
committed by GitHub
parent e19ae0e5dc
commit d2b6bcf6b2
2 changed files with 3 additions and 1 deletions

View File

@@ -143,6 +143,8 @@ jobs:
build-mac-no-dmg: build-mac-no-dmg:
runs-on: macos-15 runs-on: macos-15
env:
MACOS_NOTIFICATION_STATE_NO_SDK_CHECK: true
steps: steps:
- name: ci/checkout-repo - name: ci/checkout-repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

View File

@@ -7,7 +7,7 @@ jobs:
sbom: sbom:
permissions: permissions:
contents: write contents: write
uses: mattermost/actions-workflows/.github/workflows/snyk-sbom.yml@9f3b82abb56fb8327b6b6e2d3fc16b92e45120ba uses: mattermost/actions-workflows/.github/workflows/snyk-sbom.yml@97a61c0e3ee52b92b16054e5c60faaa870693476
secrets: inherit secrets: inherit
with: with:
is_monorepo: false is_monorepo: false