Skip to content

Bump actions/add-to-project from 0.5.0 to 1.0.1 #853

Bump actions/add-to-project from 0.5.0 to 1.0.1

Bump actions/add-to-project from 0.5.0 to 1.0.1 #853

Workflow file for this run

name: Changed lock files
on:
pull_request: null
permissions:
pull-requests: read
jobs:
lockfiles:
runs-on: ubuntu-latest
name: Verify lock file integrity
steps:
- name: Clone Tabler
uses: actions/checkout@v4
- name: Prevent lock file change
uses: xalvarez/prevent-file-change-action@v1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pattern: Gemfile.lock|pnpm-lock.json
trustedAuthors: codecalm, dependabot