Skip to content

Update actions/checkout digest to 0ad4b8f #443

Update actions/checkout digest to 0ad4b8f

Update actions/checkout digest to 0ad4b8f #443

Workflow file for this run

name: Docker build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Build image
run: docker build .