Skip to content

chore(deps): bump k8s.io/api from 0.31.0 to 0.31.2 #101

chore(deps): bump k8s.io/api from 0.31.0 to 0.31.2

chore(deps): bump k8s.io/api from 0.31.0 to 0.31.2 #101

Workflow file for this run

---
# MegaLinter GitHub Action configuration file
# More info at https://megalinter.io
name: MegaLinter
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
megalinter:
name: MegaLinter
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: MegaLinter
uses: oxsecurity/megalinter/flavors/go@v8
env:
GOTOOLCHAIN: auto
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive production artifacts
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
megalinter-reports
mega-linter.log