Skip to content

chore(deps): update chart argo-cd to 7.6.7 #243

chore(deps): update chart argo-cd to 7.6.7

chore(deps): update chart argo-cd to 7.6.7 #243

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
env:
VALIDATE_GITLEAKS: false
VALIDATE_GO_RELEASER: false
VALIDATE_EDITORCONFIG: false
VALIDATE_JSCPD: false
VALIDATE_KUBERNETES_KUBECONFORM: false
VALIDATE_CHECKOV: false
permissions: {}
jobs:
build:
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Super-linter
uses: super-linter/super-linter@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}