Skip to content

fix(github-action): update actions/create-github-app-token ( v1.10.1 → v1.10.2 ) #432

fix(github-action): update actions/create-github-app-token ( v1.10.1 → v1.10.2 )

fix(github-action): update actions/create-github-app-token ( v1.10.1 → v1.10.2 ) #432

Workflow file for this run

---
name: On Pull Request
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
# ent-ci:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
# - name: Setup Go
# uses: actions/setup-go@v5
# with:
# go-version-file: 'go.mod'
# - name: Verify ent files
# uses: ent/contrib/ci@master
lint:
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Lint
uses: ./.github/actions/lint
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Tests
uses: ./.github/actions/tests