Skip to content

Update github/codeql-action digest to a1695c5 #1108

Update github/codeql-action digest to a1695c5

Update github/codeql-action digest to a1695c5 #1108

Workflow file for this run

---
name: Docker Image Build
on:
- pull_request
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@97a652b80035363df47baee5031ec8670b8878ac
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)