Skip to content

Update actions/checkout digest to 11bd719 #136

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #136

Workflow file for this run

name: build
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: '0'
- name: Build the Docker image
run: docker build .