From 940bf1d0ef44768e0c2540cb9a99472e8339c841 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Wed, 4 Sep 2024 08:48:39 -0400 Subject: [PATCH] Bumps --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d3c8b549..af5d9409 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ concurrency: jobs: lint: - name: Linter + name: Lint runs-on: ubuntu-22.04 permissions: contents: read @@ -17,19 +17,19 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 0 - name: Lint id: ml - uses: oxsecurity/megalinter@a7a0163b6c8ff7474a283d99a706e27483ddd80f # v7.10.0 + uses: oxsecurity/megalinter@c217fe8f7bc9207062a084e989bd97efd56e7b9a # v8.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload report if: always() - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 with: name: Lint Report path: |