Skip to content

Bump jauderho/dnscontrol from 6ca16e2 to 3cffb89 #190

Bump jauderho/dnscontrol from 6ca16e2 to 3cffb89

Bump jauderho/dnscontrol from 6ca16e2 to 3cffb89 #190

Workflow file for this run

---
on: push
name: build
jobs:
test:
name: Run tests
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Dockerfilelint
uses: docker://replicated/dockerfilelint:latest@sha256:15ce784e5847966b6d9a88cba348a9429f8b5212f6017180f10ce36b472dfe52
with:
args: Dockerfile
- name: ShellCheck
run: shellcheck entrypoint.sh
- name: Build image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0