From d463614375efb7e2bc21461ca8edf6f85eaea18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:04:20 +0000 Subject: [PATCH] Bump step-security/action-actionlint from 1.72.0 to 1.73.1 Bumps [step-security/action-actionlint](https://github.com/step-security/action-actionlint) from 1.72.0 to 1.73.1. - [Release notes](https://github.com/step-security/action-actionlint/releases) - [Commits](https://github.com/step-security/action-actionlint/compare/c3aa382d371c6b05513ae5907d4f77713e21813c...b90a9ddb65b752bc6b6888a2f30a4941d9ff62e5) --- updated-dependencies: - dependency-name: step-security/action-actionlint dependency-version: 1.73.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 1fee176..338e557 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@c3aa382d371c6b05513ae5907d4f77713e21813c # v1.72.0 + uses: step-security/action-actionlint@b90a9ddb65b752bc6b6888a2f30a4941d9ff62e5 # v1.73.1 with: actionlint_flags: ${{ steps.get_yamls.outputs.files }}