Skip to content

Bump actions/dependency-review-action from 4.6.0 to 4.7.1 #964

Bump actions/dependency-review-action from 4.6.0 to 4.7.1

Bump actions/dependency-review-action from 4.6.0 to 4.7.1 #964

Workflow file for this run

name: HLint
permissions: read-all
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '5 4 14 * *'
jobs:
hlint:
name: Scan code with HLint
runs-on: ubuntu-latest
permissions:
# Needed to upload the results.
security-events: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/hlint-scan@abd8bbb55afd1ec2c86bc28e081c1ca49037dd9c # v1.3.0