build(deps): bump graphql from 16.13.1 to 16.13.2 in the graphql group #1084
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Git Hash Security Check | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - develop | |
| - trunk | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-git-hash-security: | |
| name: Verify Full Git Commit Hashes | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out the source code | |
| uses: actions/checkout@v6 | |
| - name: Check for short git hashes in package.json | |
| uses: Automattic/vip-actions/git-hash-security-check@7b98dcb98d652bf02037977b1b85abb971c345d0 |