Skip to content

Commit 41aff55

Browse files
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](karancode/yamllint-github-action@0a90406...4052d36) --- updated-dependencies: - dependency-name: karancode/yamllint-github-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f04de12 commit 41aff55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.lint-yaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: "Setup: Checkout"
6666
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6767
- name: "Lint: YAML"
68-
uses: karancode/yamllint-github-action@0a904064817924fc6fb449a32f67f25bfacc48ae # master
68+
uses: karancode/yamllint-github-action@4052d365f09b8d34eb552c363d1141fd60e2aeb2 # master
6969
with:
7070
yamllint_file_or_dir: ".bcr"
7171
yamllint_config_filepath: "./.github/.yamllint.yml"
@@ -92,7 +92,7 @@ jobs:
9292
- name: "Setup: Checkout"
9393
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9494
- name: "Lint: YAML"
95-
uses: karancode/yamllint-github-action@0a904064817924fc6fb449a32f67f25bfacc48ae # master
95+
uses: karancode/yamllint-github-action@4052d365f09b8d34eb552c363d1141fd60e2aeb2 # master
9696
with:
9797
yamllint_file_or_dir: ".bazelci"
9898
yamllint_config_filepath: "./.github/.yamllint.yml"

0 commit comments

Comments
 (0)