Skip to content

Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 #62

Bump docker/setup-buildx-action from 3.11.1 to 3.12.0

Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 #62

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@v6.0.0
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@v7.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FIX_MARKDOWN_PRETTIER: true
FIX_YAML_PRETTIER: true