Skip to content

chore(deps): bump axum from 0.7.9 to 0.8.7 in /code #5151

chore(deps): bump axum from 0.7.9 to 0.8.7 in /code

chore(deps): bump axum from 0.7.9 to 0.8.7 in /code #5151

Workflow file for this run

name: PR
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint:
name: Check PR title
runs-on: github-hosted-small
steps:
- uses: step-security/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}