Skip to content

Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#258) #835

Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#258)

Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#258) #835

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