Skip to content

build(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.1 #367

build(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.1

build(deps): bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.1 #367

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions: {}
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@v5
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: super-linter/super-linter@v8.3.0 # x-release-please-version
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BIOME_FORMAT: false
VALIDATE_CLANG_FORMAT: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_GITLEAKS: false
VALIDATE_JSON: false
VALIDATE_JUPYTER_NBQA_BLACK: false
VALIDATE_JUPYTER_NBQA_FLAKE8: false
VALIDATE_JUPYTER_NBQA_ISORT: false
VALIDATE_JUPYTER_NBQA_MYPY: false
VALIDATE_JUPYTER_NBQA_PYLINT: false
VALIDATE_JUPYTER_NBQA_RUFF: false
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_FLAKE8: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYINK: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_RUFF_FORMAT: false
DEFAULT_BRANCH: main
# EOF