Skip to content

Bump github/codeql-action from 3.25.8 to 3.25.10 (#189) #649

Bump github/codeql-action from 3.25.8 to 3.25.10 (#189)

Bump github/codeql-action from 3.25.8 to 3.25.10 (#189) #649

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: haskell-actions/hlint-scan@c81f3176108e60bbce2d5a223e9297a8406deb92 # v1.1.0