Skip to content

Commit

Permalink
Bump actionlint (#2879)
Browse files Browse the repository at this point in the history
Bump actionlint to [v1.7.4](https://github.com/rhysd/actionlint/releases/tag/v1.7.4).

Contributes to martincostello/repo-migrations#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>
  • Loading branch information
costellobot[bot] authored Nov 4, 2024
1 parent 84a1a74 commit dc1a67d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit dc1a67d

Please sign in to comment.