Skip to content

Bump Alfresco/alfresco-build-tools from 7.0.0 to 8.1.0 in /.github/actions/create-maintenance-branch #172

Bump Alfresco/alfresco-build-tools from 7.0.0 to 8.1.0 in /.github/actions/create-maintenance-branch

Bump Alfresco/alfresco-build-tools from 7.0.0 to 8.1.0 in /.github/actions/create-maintenance-branch #172

Workflow file for this run

name: Run pre-checks
on:
push:
branches:
- develop
pull_request:
branches:
- develop
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name || github.run_id }}
cancel-in-progress: true
jobs:
pre-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: pre-commit
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@209bb4275688720e13dc0703dbd17826bf677c5c # v6.1.0
with:
skip_checkout: true
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@3c16e895bb662b4d7e284f032cbe8835a57773cc # v3.0.11