Skip to content

ci(deps): bump google/osv-scanner-action from 2.1.0 to 2.2.1 #478

ci(deps): bump google/osv-scanner-action from 2.1.0 to 2.2.1

ci(deps): bump google/osv-scanner-action from 2.1.0 to 2.2.1 #478

Workflow file for this run

---
name: PerlCritic
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions: {}
jobs:
check:
name: Check with PerlCritic
runs-on: ubuntu-latest
steps:
- name: Set REPOSITORY
shell: bash
run: echo "REPOSITORY=${GITHUB_REPOSITORY#*/}" >> "${GITHUB_ENV}"
- name: Check out
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install PerlCritic
shell: bash
run: |
sudo apt update -y
sudo apt install libperl-critic-perl
- name: Run PerlCritic
shell: bash
run: perlcritic ${REPOSITORY}