-
Notifications
You must be signed in to change notification settings - Fork 2.6k
ci(common): mergify e2e tests workflow #1394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
10f72a1 to
282273f
Compare
72d2654 to
a5538d0
Compare
| actions: 'read' # Required to read workflow run information | ||
| contents: 'read' # Required to checkout repository code | ||
| pull-requests: 'read' # Required to read pull request information | ||
| attestations: 'write' # Required to create build attestations |
Check failure
Code scanning / zizmor
overly broad permissions
| contents: 'read' # Required to checkout repository code | ||
| pull-requests: 'read' # Required to read pull request information | ||
| attestations: 'write' # Required to create build attestations | ||
| packages: 'write' # Required to publish Docker images |
Check failure
Code scanning / zizmor
overly broad permissions
| pull-requests: 'read' # Required to read pull request information | ||
| attestations: 'write' # Required to create build attestations | ||
| packages: 'write' # Required to publish Docker images | ||
| id-token: 'write' # Required for OIDC authentication |
Check failure
Code scanning / zizmor
overly broad permissions
|
|
||
| jobs: | ||
| coprocessor-db-migration-docker-build: | ||
| uses: ./.github/workflows/coprocessor-db-migration-docker-build.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| uses: ./.github/workflows/coprocessor-db-migration-docker-build.yml | ||
| secrets: inherit | ||
| coprocessor-gw-listener-docker-build: | ||
| uses: ./.github/workflows/coprocessor-gw-listener-docker-build.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| uses: ./.github/workflows/host-contracts-docker-build.yml | ||
| secrets: inherit | ||
| kms-connector-db-migration-docker-build: | ||
| uses: ./.github/workflows/kms-connector-db-migration-docker-build.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| uses: ./.github/workflows/kms-connector-db-migration-docker-build.yml | ||
| secrets: inherit | ||
| kms-connector-gw-listener-docker-build: | ||
| uses: ./.github/workflows/kms-connector-gw-listener-docker-build.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| uses: ./.github/workflows/kms-connector-gw-listener-docker-build.yml | ||
| secrets: inherit | ||
| kms-connector-kms-worker-docker-build: | ||
| uses: ./.github/workflows/kms-connector-kms-worker-docker-build.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| uses: ./.github/workflows/kms-connector-kms-worker-docker-build.yml | ||
| secrets: inherit | ||
| kms-connector-tx-sender-docker-build: | ||
| uses: ./.github/workflows/kms-connector-tx-sender-docker-build.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
| uses: ./.github/workflows/kms-connector-tx-sender-docker-build.yml | ||
| secrets: inherit | ||
| test-suite-docker-build: | ||
| uses: ./.github/workflows/test-suite-docker-build.yml |
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow
9076044 to
2695167
Compare
2695167 to
c2f3cee
Compare
No description provided.