From 0d459e6a83071cf63d2732a8373653a901d4b91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:28:54 +0000 Subject: [PATCH] Bump step-security/action-actionlint from 1.67.1 to 1.68.0 Bumps [step-security/action-actionlint](https://github.com/step-security/action-actionlint) from 1.67.1 to 1.68.0. - [Release notes](https://github.com/step-security/action-actionlint/releases) - [Commits](https://github.com/step-security/action-actionlint/compare/8851cbd2983dfffca689a30782e80c3ecc45a471...38cadc4bcc3ff3dd7f83b1f496d7c6b1c7ed8371) --- updated-dependencies: - dependency-name: step-security/action-actionlint dependency-version: 1.68.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 d461d2b..e1af5ca 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@8851cbd2983dfffca689a30782e80c3ecc45a471 # v1.67.1 + uses: step-security/action-actionlint@38cadc4bcc3ff3dd7f83b1f496d7c6b1c7ed8371 # v1.68.0 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}