Skip to content

build(deps): update simek/yarn-lock-changes digest to 2fc6f6c #1159

build(deps): update simek/yarn-lock-changes digest to 2fc6f6c

build(deps): update simek/yarn-lock-changes digest to 2fc6f6c #1159

Workflow file for this run

name: Yarn
on: [pull_request]
jobs:
yarn_lock_changes:
name: Lock File Changes
runs-on: ubuntu-latest
# Permission overwrite is required for Dependabot PRs
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Digest Lock File
uses: Simek/yarn-lock-changes@2fc6f6c49bee5bbe13f8c3b66b34aabcaa2d7378
with:
token: ${{ secrets.GITHUB_TOKEN }}
collapsibleThreshold: 25
failOnDowngrade: false
path: yarn.lock
updateComment: true