Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #50

build(deps): bump actions/checkout from 4.1.7 to 4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #50

Workflow file for this run

name: CI
on: pull_request
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: ShellCheck
run: shellcheck action.sh
dogfooding:
name: Dogfooding
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: Eating our own dogfood
uses: ./
with:
skip-checkout: true