Skip to content

chore(github-actions): bump github/codeql-action from 3.26.6 to 3.28.0 #220

chore(github-actions): bump github/codeql-action from 3.26.6 to 3.28.0

chore(github-actions): bump github/codeql-action from 3.26.6 to 3.28.0 #220

Workflow file for this run

name: pr
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
pr-labels:
permissions:
contents: read
pull-requests: write
uses: saan800/github/.github/workflows/_pr-labeler.yml@main
secrets:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pr-lint:
permissions:
contents: read
uses: saan800/github/.github/workflows/_pr-lint.yml@main
with:
run-lint: true
cspell-config: .cspell.json
secrets:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}