Skip to content

chore(deps): update actions/checkout digest to b4ffde6 #804

chore(deps): update actions/checkout digest to b4ffde6

chore(deps): update actions/checkout digest to b4ffde6 #804

name: Test devtools image build
on:
pull_request:
branches:
- "master"
paths:
- "infra/build/**"
- ".github/workflows/test-cft-devtools.yml"
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build-dev-tools:
name: Build CFT dev tools image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Build
run: |-
cd infra/build && make build-image-developer-tools