From 41aff556a8f4e9ff38319c13e3b36d9d2948de6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:13:37 -0800 Subject: [PATCH] chore(deps): bump karancode/yamllint-github-action from 0a904064817924fc6fb449a32f67f25bfacc48ae to 4052d365f09b8d34eb552c363d1141fd60e2aeb2 (#524) chore(deps): bump karancode/yamllint-github-action Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 0a904064817924fc6fb449a32f67f25bfacc48ae to 4052d365f09b8d34eb552c363d1141fd60e2aeb2. - [Release notes](https://github.com/karancode/yamllint-github-action/releases) - [Commits](https://github.com/karancode/yamllint-github-action/compare/0a904064817924fc6fb449a32f67f25bfacc48ae...4052d365f09b8d34eb552c363d1141fd60e2aeb2) --- updated-dependencies: - dependency-name: karancode/yamllint-github-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.lint-yaml.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.lint-yaml.yml b/.github/workflows/check.lint-yaml.yml index 5cd9e13..1b661a7 100644 --- a/.github/workflows/check.lint-yaml.yml +++ b/.github/workflows/check.lint-yaml.yml @@ -65,7 +65,7 @@ jobs: - name: "Setup: Checkout" uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: "Lint: YAML" - uses: karancode/yamllint-github-action@0a904064817924fc6fb449a32f67f25bfacc48ae # master + uses: karancode/yamllint-github-action@4052d365f09b8d34eb552c363d1141fd60e2aeb2 # master with: yamllint_file_or_dir: ".bcr" yamllint_config_filepath: "./.github/.yamllint.yml" @@ -92,7 +92,7 @@ jobs: - name: "Setup: Checkout" uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: "Lint: YAML" - uses: karancode/yamllint-github-action@0a904064817924fc6fb449a32f67f25bfacc48ae # master + uses: karancode/yamllint-github-action@4052d365f09b8d34eb552c363d1141fd60e2aeb2 # master with: yamllint_file_or_dir: ".bazelci" yamllint_config_filepath: "./.github/.yamllint.yml"