From 5e2f61b6f9ff0334cc2639d12bb560e58b0f8104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:21:43 +0000 Subject: [PATCH] Bump step-security/action-actionlint from 1.66.1 to 1.67.0 Bumps [step-security/action-actionlint](https://github.com/step-security/action-actionlint) from 1.66.1 to 1.67.0. - [Release notes](https://github.com/step-security/action-actionlint/releases) - [Commits](https://github.com/step-security/action-actionlint/compare/3f6e745e8217d0acefffc87dc5cc4fefc3505207...f8554b90c388f266345bf4d5cc58bc3b2aad8fe5) --- updated-dependencies: - dependency-name: step-security/action-actionlint dependency-version: 1.67.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index e6a5a62..b7846a3 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -35,6 +35,6 @@ jobs: echo "files=${yamls}" >> "$GITHUB_OUTPUT" - name: Action lint - uses: step-security/action-actionlint@3f6e745e8217d0acefffc87dc5cc4fefc3505207 # v1.66.1 + uses: step-security/action-actionlint@f8554b90c388f266345bf4d5cc58bc3b2aad8fe5 # v1.67.0 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}