From dc1a67d1e0134281b63f89d89491427a6b852ead Mon Sep 17 00:00:00 2001 From: "costellobot[bot]" <102247573+costellobot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:25:33 +0000 Subject: [PATCH] Bump actionlint (#2879) Bump actionlint to [v1.7.4](https://github.com/rhysd/actionlint/releases/tag/v1.7.4). Contributes to https://github.com/martincostello/repo-migrations/issues/52. Signed-off-by: costellobot[bot] <102247573+costellobot[bot]@users.noreply.github.com> Co-authored-by: costellobot[bot] <102247573+costellobot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 015324d6e..02cc030ec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,13 +28,13 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Add actionlint problem matcher run: echo "::add-matcher::.github/actionlint-matcher.json" - name: Lint workflows - uses: docker://rhysd/actionlint@sha256:7617f05bd698cd2f1c3aedc05bc733ccec92cca0738f3e8722c32c5b42c70ae6 # v1.7.3 + uses: docker://rhysd/actionlint@sha256:82244e1db1c60d82c7792180a48dd0bcb838370bb589d53ff132503fc9485868 # v1.7.4 with: args: -color @@ -47,4 +47,4 @@ jobs: - name: Lint PowerShell shell: pwsh - run: Invoke-ScriptAnalyzer -Path . -Recurse -IncludeDefaultRules -ReportSummary -Severity @('Error','Warning') -EnableExit + run: Invoke-ScriptAnalyzer -Path . -Recurse -IncludeDefaultRules -ReportSummary -Severity @('Error','Warning') -EnableExit