Skip to content

chore(deps): update gradle/gradle-build-action action to v3 [security] - autoclosed #300

chore(deps): update gradle/gradle-build-action action to v3 [security] - autoclosed

chore(deps): update gradle/gradle-build-action action to v3 [security] - autoclosed #300

Workflow file for this run

name: Push workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sanity-checks:
name: Run sanity checks
uses: ./.github/workflows/sanity-checks.yml
secrets: inherit
lint:
name: Run linters
uses: ./.github/workflows/lint.yml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/test.yml
secrets: inherit