Skip to content

Bump jauderho/dnscontrol from 462a87c to fae6f3d #43

Bump jauderho/dnscontrol from 462a87c to fae6f3d

Bump jauderho/dnscontrol from 462a87c to fae6f3d #43

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@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- 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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0