Skip to content

chore(deps): update prom/prometheus docker tag to v3 #273

chore(deps): update prom/prometheus docker tag to v3

chore(deps): update prom/prometheus docker tag to v3 #273

Workflow file for this run

name: ansible-lint
on:
pull_request:
branches:
- main
jobs:
build:
name: Lint Ansible Playbook
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@8861a737a10e4bea5f5875d55d2f664908e7425c # v25
- name: Upload Sarif file
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
with:
sarif_file: ansible-lint.sarif
if: always()