Skip to content

Bump @ember/test-helpers from 2.8.1 to 2.9.4 (#1014) #47

Bump @ember/test-helpers from 2.8.1 to 2.9.4 (#1014)

Bump @ember/test-helpers from 2.8.1 to 2.9.4 (#1014) #47

# Do not modify! This file is managed through automation.
# Contact Security Engineering in #security-engineering.
name: Security
on:
schedule:
- cron: '15 0 * * 0'
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
branches:
- master
- 'release**'
- 'production**'
push:
branches:
- master
- 'release**'
- 'production**'
workflow_dispatch:
jobs:
code-scan:
name: Code
if: ${{ !github.event_name == 'pull_request' || !github.event.pull_request.draft }}
uses: Addepar/security-workflows/.github/workflows/security-scan-code.yml@main

Check failure on line 29 in .github/workflows/security-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-workflow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/security-workflow.yml" -> "Addepar/security-workflows/.github/workflows/security-scan-code.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
library-scan:
name: Library
if: ${{ !github.event_name == 'pull_request' || !github.event.pull_request.draft }}
uses: Addepar/security-workflows/.github/workflows/security-scan-library.yml@main
secrets: inherit
configuration-scan:
name: Configuration
if: ${{ !github.event_name == 'pull_request' || !github.event.pull_request.draft }}
uses: Addepar/security-workflows/.github/workflows/security-scan-configuration.yml@main
secrets: inherit