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:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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
|
||||||
|
2
.github/workflows/snyk-sbom.yml
vendored
2
.github/workflows/snyk-sbom.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user