Skip to content

Update gradle/gradle-build-action action to v3 [SECURITY] #993

Update gradle/gradle-build-action action to v3 [SECURITY]

Update gradle/gradle-build-action action to v3 [SECURITY] #993

name: CI - Pull Request Lint
on:
pull_request:
types: [opened, synchronize, edited, reopened, assigned, unassigned]
branches:
- main
- release/*
- feature/*
- bugfix/*
workflow_dispatch:
jobs:
pull-request-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Danger
uses: docker:https://ghcr.io/danger/danger-kotlin:1.2.0
with:
args: --failOnErrors --no-publish-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}