We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bc49ef + b6cfd6f commit 4d8e994Copy full SHA for 4d8e994
.github/workflows/amplify.yml
@@ -4,7 +4,7 @@ on:
4
pull_request: {}
5
workflow_dispatch: {}
6
push:
7
- branches: ["main"]
+ branches: ["main", "develop"]
8
9
permissions:
10
contents: read
@@ -14,9 +14,9 @@ jobs:
14
amplify-security-scan:
15
name: Amplify Security Scan
16
runs-on: ubuntu-latest
17
- if: (github.actor != 'dependabot[bot]')
+ if: (!github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]')
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
- name: Amplify Runner
22
uses: amplify-security/runner-action@926f003f3c9695a93cbc4e2f1e64eb784dcacbfc # v0.2.0
0 commit comments