Skip to content

chore(deps): bump the dependencies group with 10 updates (#594) #1134

chore(deps): bump the dependencies group with 10 updates (#594)

chore(deps): bump the dependencies group with 10 updates (#594) #1134

Workflow file for this run

---
name: Docker Image CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Build the Docker image
run: docker build . --file Dockerfile --platform linux/amd64