Skip to content

[COMPUTE-1239, APPS-3123] update linter runner to 24.04 add SHA to gha uses #438

[COMPUTE-1239, APPS-3123] update linter runner to 24.04 add SHA to gha uses

[COMPUTE-1239, APPS-3123] update linter runner to 24.04 add SHA to gha uses #438

Workflow file for this run

name: dxCompiler linters
on:
push:
branches:
- develop
pull_request:
branches:
- develop
types:
- opened
- synchronize
- ready_for_review
jobs:
pre-commit:
name: Run pre-commit Action
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}