Skip to content

Bump github/codeql-action from 3.26.6 to 3.26.7 #2148

Bump github/codeql-action from 3.26.6 to 3.26.7

Bump github/codeql-action from 3.26.6 to 3.26.7 #2148

Workflow file for this run

name: Check for git LFS pointers
on:
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Search for oids in modified lines
run: |
$GITHUB_WORKSPACE/commonTools/test/utilities/check-lfs-oids.sh \
origin/${{ github.event.pull_request.base.ref }} \
${{ github.event.pull_request.head.sha }}