Skip to content

build(deps): bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 #178

build(deps): bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11

build(deps): bump github.com/evanphx/json-patch/v5 from 5.9.0 to 5.9.11 #178

Workflow file for this run

name: Post Merge
on:
push:
branches:
- main
permissions:
contents: read
security-events: write
jobs:
scorecard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF file
path: results.sarif
retention-days: 5
- uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
sarif_file: results.sarif