Skip to content

chore(deps): bump step-security/harden-runner in the dependencies gro… #1044

chore(deps): bump step-security/harden-runner in the dependencies gro…

chore(deps): bump step-security/harden-runner in the dependencies gro… #1044

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@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
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 --tag stale_repos:"$(date +%s)"