actionlint

Developer ToolsMIT

Static checker for GitHub Actions workflow files, including shell and expression syntax.

Latest v1.7.12 · by actionlintWritten in GoWebsiterhysd/actionlintRSS

Release activity

Release activity — 5 releases across 5 days in the last year. Each cell is one day; darker means more releases that day. Older weeks are hidden at this screen width.
JunJulAugSep
SundayNo releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026No releases on Aug 23, 2026No releases on Aug 30, 2026No releases on Sep 6, 2026No releases on Sep 13, 2026
MondayNo releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026No releases on Aug 24, 2026No releases on Aug 31, 2026No releases on Sep 7, 2026No releases on Sep 14, 2026
TuesdayNo releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026No releases on Aug 18, 2026No releases on Aug 25, 2026No releases on Sep 1, 2026No releases on Sep 8, 2026
WednesdayNo releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026No releases on Aug 19, 2026No releases on Aug 26, 2026No releases on Sep 2, 2026No releases on Sep 9, 2026
ThursdayNo releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026No releases on Aug 20, 2026No releases on Aug 27, 2026No releases on Sep 3, 2026No releases on Sep 10, 2026
FridayNo releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026No releases on Aug 21, 2026No releases on Aug 28, 2026No releases on Sep 4, 2026No releases on Sep 11, 2026
SaturdayNo releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026No releases on Aug 22, 2026No releases on Aug 29, 2026No releases on Sep 5, 2026No releases on Sep 12, 2026

5 releases in the last year

Changelog

v1.7.12

Latest
Added 3
  • Support the timezone configuration in on.schedule with checks for IANA timezone string
  • Support the jobs.<job_name>.environment.deployment configuration
  • Support the macos-26-intel runner label
Changed 1
  • Support Go 1.26 and drop support for Go 1.24
Fixed 1
  • Fix the outdated table of webhook activity types by rebuilding the script to scrape the table from scratch

From actionlint

View originalPermalink
How v1.7.12 went

v1.7.11

Added 5
  • Support the case() function in ${{ }} expressions
  • Support new macos-26-large and windows-2025-vs2026 runner labels
  • Enable Artifact attestations for released binaries
  • Report path filters with ./ as error because they never match anything
  • Add a link to the release page of the version in the playground
Changed 3
  • Reduce the number of memory allocations on resolving anchors
  • Update the popular actions data set to the latest
  • Update Go dependencies to the latest
Fixed 3
  • Fix comparing matrix items when an item is a super set of another item
  • Fix stack overflow crash by a recursive anchor in matrix items
  • Fix an unassigned variable false positive from shellcheck by disabling SC2153 rule
Removed 1
  • Remove legacy Homebrew formula in rhysd/actionlint repository in favor of the cask package

From actionlint

  • Support the case() function in ${{ }} expressions which was recently added to GitHub Actions. (#612, #614, thanks @heppu)
    env:
      # ERROR: case() requires an odd number of arguments
      ENVIRONMENT: |-
        ${{ case(
          github.ref == 'refs/heads/main', 'production',
          github.ref == 'refs/heads/staging', 'staging'
        ) }}
    
  • Support new macos-26-large and windows-2025-vs2026 runner labels. See the GitHub's announce for more details. (#615, thanks @hugovk and @muzimuzhi)
  • Enable Artifact attestations for the released binaries. From v1.7.11 gh command can verify the integrity of the downloaded binaries as follows. The verification is highly recommended in terms of supply chain security. (#608, thanks @takaram)
    $ gh release download --repo rhysd/actionlint --pattern '*_darwin_amd64.tar.gz' v1.7.11
    $ gh attestation verify --repo rhysd/actionlint actionlint_1.7.11_darwin_amd64.tar.gz
    Loaded digest sha256:17ffc17fed8f0258ef6ad4aed932d3272464c7ef7d64e1cb0d65aa97c9752107 for file://actionlint_1.7.11_darwin_amd64.tar.gz
    Loaded 1 attestation from GitHub API
    
    The following policy criteria will be enforced:
    - Predicate type must match:................ https://slsa.dev/provenance/v1
    - Source Repository Owner URI must match:... https://github.com/rhysd
    - Source Repository URI must match:......... https://github.com/rhysd/actionlint
    - Subject Alternative Name must match regex: (?i)^https://github.com/rhysd/actionlint/
    - OIDC Issuer must match:................... https://token.actions.githubusercontent.com
    
    ✓ Verification succeeded!
    
    The following 1 attestation matched the policy criteria
    
    - Attestation #1
      - Build repo:..... rhysd/actionlint
      - Build workflow:. .github/workflows/release.yaml@refs/tags/v1.7.11
      - Signer repo:.... rhysd/actionlint
      - Signer workflow: .github/workflows/release.yaml@refs/tags/v1.7.11
    
  • Report path filters with ./ as error because they never match anything. (#521)
    on:
      push:
        paths:
          # ERROR: This never matches anything. `foo/bar.txt` is correct.
          - ./foo/bar.txt
    
  • Fix comparing matrix items when an item is a super set of another item. (#523, #613, thanks @michaelgruenewald)
  • Fix stack overflow crash by a recursive anchor in matrix items. (#610)
  • Fix an unassigned variable false positive from shellcheck by disabling SC2153 rule. (#573)
  • Reduce the number of memory allocations on resolving anchors.
  • Update the popular actions data set to the latest.
  • Update Go dependencies to the latest.
  • Remove legacy Homebrew formula in rhysd/actionlint repository in favor of the cask package. Note that this change does not affect Homebrew's official formula.
  • Add a link to the release page of the version in the playground.
View originalPermalink
How v1.7.11 went

v1.7.10

Added 2
  • Support YAML anchors and aliases in workflow files with checks for unused and undefined anchors
  • Support artifact-metadata permission for workflow permissions
Changed 4
  • Increase the maximum number of inputs in the workflow_dispatch event from 10 to 25
  • Detect more complicated constants at if: conditions as error
  • Refactor the workflow parser with Go iterators to improve performance and memory usage
  • Update the popular actions data set to the latest to include new major versions of the actions
Fixed 4
  • Fix parsing extra { and } characters in format string of format() function call
  • Detect an invalid value at type in workflow call inputs as error
  • Report YAML merge key << as error because GitHub Actions does not support the syntax
  • Check available contexts in expressions at jobs.<job_id>.snapshot.if
Removed 2
  • Remove support for *-xl macOS runner labels because they were dropped
  • Remove support for macOS 13 runner labels (macos-13, macos-13-large, macos-13-xlarge) because they were dropped

From actionlint

  • Support YAML anchors and aliases (&anchor and *anchor) in workflow files. In addition to parsing YAML anchors correctly, actionlint checks unused and undefined anchors. See the document for more details. (#133, thanks @srz-zumix for the initial implementation at #568 and @alexaandru for trying another approach at #557)
    jobs:
      test:
        runs-on: ubuntu-latest
        services:
          nginx:
            image: nginx:latest
            credentials: &credentials
              username: ${{ secrets.user }}
              password: ${{ secrets.password }}
        steps:
          - run: ./download.sh
            # OK: Valid alias to &credentials
            env: *credentials
          - run: ./check.sh
            # ERROR: Undefined anchor 'credential'
            env: *credential
          - run: ./upload.sh
            # ERROR: Unused anchor 'credentials'
            env: &credentials
    
  • Remove support for *-xl macOS runner labels because they were dropped. (#592, thanks @muzimuzhi)
  • Remove support for the macOS 13 runner labels because they were dropped on Dec 4, 2025. (#593, thanks @muzimuzhi)
    • macos-13
    • macos-13-large
    • macos-13-xlarge
  • Increase the maximum number of inputs in the workflow_dispatch event from 10 to 25 because the limitation was recently relaxed. (#598, thanks @Haegi)
  • Support artifact-metadata permission for workflow permissions. (#602, thanks @martincostello)
  • Detect more complicated constants at if: conditions as error. See the rule document for more details.
  • Refactor the workflow parser with Go iterators. This slightly improves the performance and memory usage.
  • Fix parsing extra { and } characters in format string of format() function call. For example v1.7.9 didn't parse "{{0} {1} {2}}" correctly.
  • Detect an invalid value at type in workflow call inputs as error.
  • Report YAML merge key << as error because GitHub Actions doesn't support the syntax.
  • Check available contexts in expressions at jobs.<job_id>.snapshot.if.
    snapshot:
      image-name: my-custom-image
      # ERROR: `env` context is not allowed here
      if: ${{ env.USE_SNAPSHOT == 'true' }}
    
  • Fix the instruction to install actionlint with mise in the installation document. (#591, thanks @risu729)
  • Update the popular actions data set to the latest to include new major versions of the actions.
View originalPermalink
How v1.7.10 went

v1.7.9

Added 7
  • Support for ubuntu-slim runner label
  • Check input deprecation in action by checking deprecationMessage property and report using a deprecated input as error if it is not marked as required
  • Support for image_version workflow trigger
  • Support for jobs.<job_id>.snapshot syntax for custom image generation runners
  • Report constant conditions at if: like if: true as error
  • Check unexpected keys in inputs in action metadata
  • Add actionlint.AllContexts map constant in Go API containing information about all context availability
Changed 4
  • Improve messages in syntax errors on parsing steps with more accurate available keys suggestion and better detection of unexpected keys
  • Improve error messages showing suggestions on detecting invalid permissions
  • Update popular actions data set to the latest with several major versions of actions and new actions including anthropics/claude-code-action, openai/codex-action, and google-github-actions/run-gemini-cli
  • Make installing the formula version of actionlint package from tap of this repository with Homebrew a hard error
Fixed 5
  • Fix some invalid permissions are not reported as error in id-token and models scopes
  • Fix args and entrypoint inputs are not recognized at uses: when it is not a Docker action
  • Set correct column in source position of YAML parse error
  • Fix credentials cannot be configured with ${{ }}
  • Fix the order of errors can be non-deterministic when multiple errors are caused at the same source positions

From actionlint

  • Add support for ubuntu-slim runner label. (#585, thanks @cestorer)
  • Check input deprecation in action by checking deprecationMessage property. Using a deprecated input is reported as error if it is not marked as required. See the document for more details. (#580)
    - uses: reviewdog/action-actionlint@v1
      with:
        # ERROR: Using a deprecated input
        fail_on_error: true
    
  • Add support for the Custom images feature.
  • Report constant conditions at if: like if: true as error. Only very simple expressions like true or false are detected for now. See the document for more details.
  • Check unexpected keys in inputs in action metadata.
    inputs:
      some_input:
        # Error: `type` is not supported for inputs in action metadata
        type: boolean
    
  • Fix some invalid permissions are not reported as error in id-token and models scopes. (#582, thanks @holtkampjs)
  • Fix args and entrypoint inputs are not recognized at uses: when it's not a Docker action. (#550)
  • Set correct column in source position of YAML parse error.
  • Fix credentials cannot be configured with ${{ }}. (#590)
  • Improve messages in syntax errors on parsing steps (run: and uses:). Available keys suggestion is now more accurate and unexpected keys are detected more accurately.
  • Fix the order of errors can be non-deterministic when multiple errors are caused at the same source positions.
  • Improve error messages showing suggestions on detecting invalid permissions.
  • Add instruction for installing actionlint with mise package manager. (#589, thanks @jylenhof)
  • Fix outdated URLs in the document.
  • Add new actionlint.AllContexts map constant in Go API that contains the information about all context availability.
  • Update popular actions data set to the latest with several major versions of actions and the following new actions.
    • anthropics/claude-code-action
    • openai/codex-action
    • google-github-actions/run-gemini-cli
  • Add make cov task to easily generate a code coverage report.
  • Make installing the formula version of actionlint pacakge from tap of this repository with Homebrew a hard error. Install the cask version instead following the instruction in the error message.
View originalPermalink
How v1.7.9 went

v1.7.8

Added 9
  • Support `models` permission in `permissions` section
  • Support `job.check_run_id` property
  • Support `node24` runtime at `using` section in action metadata
  • Add support for `macos-26` and `macos-26-xlarge` runner labels
  • Add support for `macos-15` runner label
  • Support `deprecationMessage` in action inputs metadata
Changed 3
  • Handle `ubuntu-latest` runner label as `ubuntu-24.04`
  • Handle `macos-latest` runner label as `macos-15`
  • Replace `go-yaml/yaml@v3` package with `yaml/go-yaml@v4` package
Fixed 4
  • Fix the version value in `actionlint -version` output can be empty
  • Fix outdated URL links in some error messages and documents
  • Report mixing Intel Mac labels and Arm Mac labels as error
  • Improve error messages on parsing workflow and action metadata files
Removed 3
  • Drop support for `ubuntu-20.04` runner label
  • Drop support for `windows-2019` runner label
  • Drop support for Go 1.23 and earlier
Deprecated 1
  • Homebrew formula in this repository is deprecated in favor of Homebrew cask

From actionlint

  • Support models permission in permissions section. (#531, thanks @muzimuzhi)
  • Support job.check_run_id property. (#576, thanks @muzimuzhi for fixing the type at #577)
  • Support node24 runtime at using section in action metadata. (#561, thanks @salmanmkc)
  • Add support for the following runner labels.
  • Drop support for the following runner labels which are no longer supported by GitHub.
  • Support deprecationMessage in action inputs metadata. (#540, thanks @saansh45)
  • Support windows-11-arm runner. (#542, thanks @trim21)
  • Handle ubuntu-latest runner label as ubuntu-24.04 and macos-latest runner label as macos-15.
  • Report mixing Intel Mac labels and Arm Mac labels as error.
  • Add new types to issues and pull_request_target webhooks.
  • Update the popular actions data set to the latest and add more actions to it. (thanks @sethvargo for fixing the go generate scripts)
    • actions/create-github-app-token
    • actions/attest-sbom
    • actions/ai-inference
    • peter-evans/create-or-update-comment
    • release-drafter/release-drafter
    • SamKirkland/FTP-Deploy-Action
  • Fix the version value in actionlint -version output can be empty.
  • Fix outdated URL links in some error messages and documents.
  • Homebrew formula in this repository is deprecated and Homebrew cask is newly added instead because GoReleaser no longer supports Homebrew formula update. Note that Homebrew's official actionlint formula is still maintained. Please read the documentation for more details.
  • Drop support for Go 1.23 and earlier because they are no longer maintained officially. Go 1.24 and later are supported to build actionlint.
  • Replace go-yaml/yaml@v3 package with yaml/go-yaml@v4 package. go-yaml/yaml was used for parsing workflow files however it was unmaintained. yaml/go-yaml is a successor of the library officially maintained by YAML organization. (#575)
  • Improve error messages on parsing workflow and action metadata files.
View originalPermalink
How v1.7.8 went

v1.7.7

Added 2
  • Support runner labels for Linux arm64 hosted runners: ubuntu-24.04-arm and ubuntu-22.04-arm
  • Add Linux arm64 job to CI workflow for platform testing
Changed 2
  • Update Go dependencies to the latest
  • Update the popular actions data set to the latest

From actionlint

  • Support runner labels for Linux arm64 hosted runners. (#503, #504, thanks @martincostello)
    • ubuntu-24.04-arm
    • ubuntu-22.04-arm
  • Update Go dependencies to the latest.
  • Update the popular actions data set to the latest.
  • Add Linux arm64 job to our CI workflow. Now actionlint is tested on the platform. (#507, thanks @cclauss)
View originalPermalink
How v1.7.7 went

v1.7.6

Changed 1
  • Update Go dependencies to the latest
Fixed 1
  • Fix using contexts at specific workflow keys being incorrectly reported as not allowed in jobs.<job_id>.steps.with.args, jobs.<job_id>.steps.with.entrypoint, and jobs.<job_id>.services.<service_id>.env

From actionlint

  • Fix using contexts at specific workflow keys is incorrectly reported as not allowed. Affected workflow keys are as follows. (#495, #497, #498, #500)
    • jobs.<job_id>.steps.with.args
    • jobs.<job_id>.steps.with.entrypoint
    • jobs.<job_id>.services.<service_id>.env
  • Update Go dependencies to the latest.
View originalPermalink
How v1.7.6 went

v1.7.5

Added 7
  • Strictly check available contexts in ${{ }} placeholders following the Context availability table in the official GitHub Actions documentation
  • Check string literals passed to fromJSON() calls and validate the JSON structure
  • Allow passing command arguments to -shellcheck option to support alternative shellcheck builds
  • Support undocumented repository_visibility, artifact_cache_size_limit, step_summary, output, and state properties in github context
  • Add black to the list of colors for branding.color action metadata
  • Add table to the list of icons for branding.icon action metadata
  • Add windows-2025 runner label to the known labels
Changed 2
  • Update popular actions data set to include download-artifact/v3-node20
  • Link to the documents of the stable version in actionlint man page and -help output
Fixed 3
  • Fix parsing escaped { in format() function call's first argument
  • Fix incorrect join() function overload that wrongly accepted join(s1: string, s2: string)
  • Fix missing reviewdog/action-hadolint@v1 action input in popular actions data set
Removed 1
  • Remove macos-12 runner label from known labels as it was dropped from GitHub-hosted runners

From actionlint

  • Strictly check available contexts in ${{ }} placeholders following the 'Context availability' table in the official document.
    • For example, jobs.<job_id>.defaults.run.shell allows env context but shell workflow keys in other places allow no context.
      defaults:
        run:
          # ERROR: No context is available here
          shell: ${{ env.SHELL }}
      
      jobs:
        test:
          runs-on: ubuntu-latest
          defaults:
            run:
              # OK: 'env' context is available here
              shell: ${{ env.SHELL }}
          steps:
            - run: echo hello
              # ERROR: No context is available here
              shell: ${{ env.SHELL}}
      
  • Check a string literal passed to fromJSON() call. This pattern is popular to create array or object constants because GitHub Actions does not provide the literal syntax for them. See the document for more details. (#464)
    jobs:
      test:
        # ERROR: Key 'mac' does not exist in the object returned by the fromJSON()
        runs-on: ${{ fromJSON('{"win":"windows-latest","linux":"ubuntul-latest"}')['mac'] }}
        steps:
          - run: echo This is a special branch!
            # ERROR: Broken JSON string passed to fromJSON.
            if: contains(fromJSON('["main","release","dev"'), github.ref_name)
    
  • Allow passing command arguments to -shellcheck argument. (#483, thanks @anuraaga)
    • This is useful when you want to use alternative build of shellcheck like go-shellcheck.
      actionlint -shellcheck="go run github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest"
      
  • Support undocumented repository_visibility, artifact_cache_size_limit, step_summary, output, state properties in github context. (#489, thanks @rasa for adding repository_visibility property)
  • Remove macos-12 runner label from known labels because it was dropped from GitHub-hosted runners on Dec. 3 and is no longer available.
  • Add windows-2025 runner label to the known labels. The runner is in public preview. (#491, thanks @ericcornelissen)
  • Add black to the list of colors for branding.color action metadata. (#485, thanks @eifinger)
  • Add table to the list of icons for branding.icon action metadata.
  • Fix parsing escaped { in format() function call's first argument.
  • Fix the incorrect join() function overload. join(s1: string, s2: string) was wrongly accepted.
  • Update popular actions data set to the latest.
    • Add download-artifact/v3-node20 to the data set. (#468)
    • Fix missing the reviewdog/action-hadolint@v1 action input. (#487, thanks @mi-wada)
  • Link to the documents of the stable version in actionlint man page and -help output.
  • Refactor LintStdin() API example and some unit tests. (#472, #475, thanks @alexandear)
  • Improve the configuration example in actionlint.yaml document to explain glob patterns for paths. (#481)
View originalPermalink
How v1.7.5 went

v1.7.4

Added 6
  • Disallow the usage of popular actions that run on node16 runner due to end of life on November 12
  • Provide configuration for ignoring errors by regular expressions in actionlint.yml or actionlint.yaml using the paths mapping and ignore list
  • Safely skip untrusted inputs check inside specific function calls like contains()
  • Recognize gcr.io and gcr.dev as correct container registry hosts
  • Add actions/cache/save and actions/cache/restore to the popular actions data set
  • Add Linter.LintStdin method dedicated to linting STDIN
Changed 4
  • Remove macos-x.0 runner labels which are no longer available
  • Disable shellcheck SC2043 rule to avoid false positives on checking run
  • Update the popular actions data set to the latest including new ref and commit outputs of actions/checkout
  • Update README.md links to point to the document of the latest version tag instead of HEAD of main branch
Fixed 2
  • Fix the error message was not deterministic when detecting cycles in needs dependencies
  • Fix the check for format() function was not applied when the function name contains upper case like Format()

From actionlint

  • Disallow the usage of popular actions that run on node16 runner. The node16 runner will reach the end of life on November 12.
    • In case of the error, please update your actions to the latest version so that they run on the latest node20 runner.
    • If you're using self-hosted runner and you cannot upgrade your runner to node20 soon, please consider to ignore the error by the paths configuration described below.
    • If you're using actions/upload-artifact@v3 and actions/download-artifact@v3 on GHES, please replace them with actions/upload-artifact@v3-node20 and actions/download-artifact@v3-node20. (#468)
  • Provide the configuration for ignoring errors by regular expressions in actionlint.yml (or actionlint.yaml). Please see the document for more details. (#217, #342)
    • The paths is a mapping from the file path glob pattern to the corresponding configuration. The ignore configuration is a list of regular expressions to match error messages (similar to the -ignore command line option).
      paths:
        # This pattern matches any YAML file under the '.github/workflows/' directory.
        .github/workflows/**/*.yaml:
          ignore:
            # Ignore the specific error from shellcheck
            - 'shellcheck reported issue in this script: SC2086:.+'
        # This pattern only matches '.github/workflows/release.yaml' file.
        .github/workflows/release.yaml:
          ignore:
            # Ignore errors from the old runner check. This may be useful for (outdated) self-hosted runner environment.
            - 'the runner of ".+" action is too old to run on GitHub Actions'
      
    • This configuration was not implemented initially because I wanted to keep the configuration as minimal as possible. However, due to several requests for it, the configuration has now been added.
  • Untrusted inputs check is safely skipped inside specific function calls. (#459, thanks @IlyaGulya)
    • For example, the following step contains the untrusted input github.head_ref, but it is safe because it's passed to the contains() argument.
      - run: echo "is_release_branch=${{ contains(github.head_ref, 'release') }}" >> "$GITHUB_OUTPUT"
      
    • For more details, please read the rule document.
  • Recognize gcr.io and gcr.dev as the correct container registry hosts. (#463, thanks @takaidohigasi)
    • Note that it is recommended explicitly specifying the scheme like docker://gcr.io/....
  • Remove macos-x.0 runner labels which are no longer available. (#452)
  • Disable shellcheck SC2043 rule because it can cause false positives on checking run:. (#355)
  • Fix the error message was not deterministic when detecting cycles in needs dependencies.
  • Fix the check for format() function was not applied when the function name contains upper case like Format(). Note that function names in ${{ }} placeholders are case-insensitive.
  • Update the popular actions data set to the latest.
  • Add actions/cache/save and actions/cache/restore to the popular actions data set.
  • Links in the README.md now point to the document of the latest version tag instead of HEAD of main branch.
  • Add Linter.LintStdin method dedicated to linting STDIN instead of handling STDIN in Command.
  • (Dev) Add new check-checks script to maintain the 'Checks' document. It automatically updates the outputs and playground links for example inputs in the document. It also checks the document is up-to-date on CI. Please read the document for more details.

Documentation

View originalPermalink
How v1.7.4 went

v1.7.3

Added 2
  • Support macos-15, macos-15-large, and macos-15-xlarge runner labels
  • Release artifact includes checksums for released binaries in actionlint_{version}_checksums.txt file
Changed 1
  • Support Go 1.23
Fixed 1
  • Fix download-path output is missing in actions/download-artifact@v3 action
Removed 1
  • Remove macos-11 runner labels because macOS 11 runner was dropped

From actionlint

  • Remove macos-11 runner labels because macOS 11 runner was dropped on 6/28/2024. (#451, thanks @muzimuzhi)
  • Support macos-15, macos-15-large, and macos-15-xlarge runner labels. The macOS 15 runner is not globally available yet, but they are available in beta. (#453, thanks @muzimuzhi)
  • Release artifact includes checksums for the released binaries. The file name is actionlint_{version}_checksums.txt. (#449)
    • For example, the checksums for v1.7.3 can be found here.
  • Fix download-path output is missing in actions/download-artifact@v3 action. (#442)
    • Note that the latest version actions/download-artifact@v4 was not affected by this issue.
  • Support Go 1.23.

Documentation

View originalPermalink
How v1.7.3 went
View all

Discussion

If you publish actionlint, you can claim this product by proving you administer its repository.