Skip to content

Bump github/codeql-action from 3.27.4 to 3.27.5 #810

Bump github/codeql-action from 3.27.4 to 3.27.5

Bump github/codeql-action from 3.27.4 to 3.27.5 #810

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@3e2feb228d5d90db9ba2bb93c720d83e4c06681c # v1.2.0