Skip to content

depup

depup #2213

Workflow file for this run

name: depup
on:
schedule:
- cron: '14 14 * * *' # Runs at 14:14 UTC every day
repository_dispatch:
types: [depup]
workflow_dispatch:
jobs:
reviewdog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: reviewdog/action-depup/with-pr@99f7aecf3e4d06d5a3faf190dae5dc79ac530b5a # v1.6.5
with:
file: action.yml
version_name: reviewdog_version
repo: reviewdog/reviewdog
labels: "bump:minor"
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: reviewdog/action-depup/with-pr@99f7aecf3e4d06d5a3faf190dae5dc79ac530b5a # v1.6.5
with:
file: action.yml
version_name: SHELLCHECK_VERSION
repo: koalaman/shellcheck
labels: "bump:minor"