From 94be93bd61c389d7039219173c5aa6d0d7dcbf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:18:17 +0000 Subject: [PATCH] Bump step-security/action-actionlint from 1.68.1 to 1.69.1 Bumps [step-security/action-actionlint](https://github.com/step-security/action-actionlint) from 1.68.1 to 1.69.1. - [Release notes](https://github.com/step-security/action-actionlint/releases) - [Commits](https://github.com/step-security/action-actionlint/compare/636868d8a7788bc5b3d0ce221b89c1d7132084b7...d364e70a116a460ed220d67b1ca2f2579c48a40a) --- updated-dependencies: - dependency-name: step-security/action-actionlint dependency-version: 1.69.1 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 df62b4b..5c45fa8 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@636868d8a7788bc5b3d0ce221b89c1d7132084b7 # v1.68.1 + uses: step-security/action-actionlint@d364e70a116a460ed220d67b1ca2f2579c48a40a # v1.69.1 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}