Skip to content

chore(deps): update python:3.14-slim docker digest to 63a4c7f (#19) #57

chore(deps): update python:3.14-slim docker digest to 63a4c7f (#19)

chore(deps): update python:3.14-slim docker digest to 63a4c7f (#19) #57

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push:
branches: [main, develop, dev]
pull_request:
branches: [main, develop, dev]
merge_group:
permissions:
contents: read
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
persist-credentials: false
- name: Super-linter
uses: docker://ghcr.io/super-linter/super-linter:slim-v8.7.0@sha256:c95c714f746edc70e54926a69e229c834ffcdec2450bd3475f7865164d749a56
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUN_LOCAL: true
DEFAULT_BRANCH: origin/main
VALIDATE_ALL_CODEBASE: false
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_CHECKOV: false
VALIDATE_XML: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false