Skip to content

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.10.2 to 2.12.0 #125

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.10.2 to 2.12.0

Bump ghcr.io/devcontainers/features/docker-in-docker from 2.10.2 to 2.12.0 #125

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- name: Run Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}