Skip to content

chore(deps): bump io.micrometer:micrometer-bom from 1.16.1 to 1.16.2 #2433

chore(deps): bump io.micrometer:micrometer-bom from 1.16.1 to 1.16.2

chore(deps): bump io.micrometer:micrometer-bom from 1.16.1 to 1.16.2 #2433

Workflow file for this run

name: Lint Workflows
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
submodules: false
- name: Lint GitHub Actions workflows
uses: super-linter/super-linter@v8.3.2
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_GITHUB_ACTIONS: true
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}