Skip to content

Bump rojopolis/spellcheck-github-actions from 0.53.0 to 0.54.0 #2792

Bump rojopolis/spellcheck-github-actions from 0.53.0 to 0.54.0

Bump rojopolis/spellcheck-github-actions from 0.53.0 to 0.54.0 #2792

name: dependency-review
on:
pull_request:
branches:
- main
- release/*
- dotnet-vnext
permissions: {}
jobs:
dependency-review:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
filter: 'tree:0'
persist-credentials: false
show-progress: false
- name: Review dependencies
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
with:
allow-licenses: 'Apache-2.0,BSD-3-Clause,MIT'