chore(deps): update docker.io/bitnami/apache-exporter docker tag to v1.0.9-debian-12-r1 #1064
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.github.com/actions | |
name: Lint | |
on: | |
push: | |
branches-ignore: | |
- main | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
packages: read | |
statuses: write | |
jobs: | |
super-linter: | |
name: Code Base | |
uses: YOURLS/.github/.github/workflows/lint.yml@main | |
with: | |
exclude: charts/\w+/templates/.*\.yaml |