Browse Source

Bumps

megalinter
Matt Bishop 1 year ago
parent
commit
940bf1d0ef
No known key found for this signature in database
  1. 8
      .github/workflows/lint.yml

8
.github/workflows/lint.yml

@ -9,7 +9,7 @@ concurrency:
jobs: jobs:
lint: lint:
name: Linter name: Lint
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions: permissions:
contents: read contents: read
@ -17,19 +17,19 @@ jobs:
steps: steps:
- name: Check out repo - name: Check out repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Lint - name: Lint
id: ml id: ml
uses: oxsecurity/megalinter@a7a0163b6c8ff7474a283d99a706e27483ddd80f # v7.10.0 uses: oxsecurity/megalinter@c217fe8f7bc9207062a084e989bd97efd56e7b9a # v8.0.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload report - name: Upload report
if: always() if: always()
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with: with:
name: Lint Report name: Lint Report
path: | path: |

Loading…
Cancel
Save