Skip to content

chore(deps): bump pygments from 2.19.2 to 2.20.0 #956

chore(deps): bump pygments from 2.19.2 to 2.20.0

chore(deps): bump pygments from 2.19.2 to 2.20.0 #956

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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Build the Docker image
run: docker build . --file Dockerfile --platform linux/amd64