Skip to content

chore(deps): Bump github/codeql-action from 3.25.8 to 3.26.6 #770

chore(deps): Bump github/codeql-action from 3.25.8 to 3.26.6

chore(deps): Bump github/codeql-action from 3.25.8 to 3.26.6 #770

name: "conventional commits"
permissions: {}
on:
pull_request:
jobs:
cog-check:
name: "cog check"
permissions:
contents: read
runs-on: ubuntu-22.04
steps:
- uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
# pick the pr HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}
- uses: taiki-e/install-action@3eb90b20bc1fe55dfbf30d81d4a7e0ef8dd34caa # v2.36.0
with:
tool: [email protected]
- run: cog check ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}