From eb4a5df228d435ed850c06b06812fbfcd44934d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:21:23 +0000 Subject: [PATCH] Bump step-security/action-actionlint from 1.67.0 to 1.67.1 Bumps [step-security/action-actionlint](https://github.com/step-security/action-actionlint) from 1.67.0 to 1.67.1. - [Release notes](https://github.com/step-security/action-actionlint/releases) - [Commits](https://github.com/step-security/action-actionlint/compare/f8554b90c388f266345bf4d5cc58bc3b2aad8fe5...8851cbd2983dfffca689a30782e80c3ecc45a471) --- updated-dependencies: - dependency-name: step-security/action-actionlint dependency-version: 1.67.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b7846a3..d461d2b 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@f8554b90c388f266345bf4d5cc58bc3b2aad8fe5 # v1.67.0 + uses: step-security/action-actionlint@8851cbd2983dfffca689a30782e80c3ecc45a471 # v1.67.1 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}