Skip to content

Bump actions/upload-artifact from 5.0.0 to 6.0.0 #1063

Bump actions/upload-artifact from 5.0.0 to 6.0.0

Bump actions/upload-artifact from 5.0.0 to 6.0.0 #1063

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: haskell-actions/hlint-scan@abd8bbb55afd1ec2c86bc28e081c1ca49037dd9c # v1.3.0