Skip to content

[Snyk] Upgrade jackspeak from 2.3.6 to 4.1.1 #7

[Snyk] Upgrade jackspeak from 2.3.6 to 4.1.1

[Snyk] Upgrade jackspeak from 2.3.6 to 4.1.1 #7

Workflow file for this run

name: Automatic Rebase
on: [pull_request_target]
permissions:
contents: read
jobs:
_:
permissions:
contents: write # for ljharb/rebase to push code to rebase
pull-requests: read # for ljharb/rebase to get info about PR
name: "Automatic Rebase"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}