Skip to content

chore(deps): update alpinelinux/unbound:latest docker digest to 42b9bd4 #620

chore(deps): update alpinelinux/unbound:latest docker digest to 42b9bd4

chore(deps): update alpinelinux/unbound:latest docker digest to 42b9bd4 #620

Workflow file for this run

name: Lint
on:
pull_request:
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
lint:
permissions:
contents: read
packages: read
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Prepare environment
run: grep -v '^#' .github/linters/super-linter.env >> "$GITHUB_ENV"
- name: Super-Linter
uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}