Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Actions #788

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Actions
renovate[bot] authored Sep 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5fd384198264b7c96ca4a290a047746bdd114e97
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.5
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6
permissions:
actions: write
checks: write
@@ -45,7 +45,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Install Chef
uses: actionshub/chef-install@main
- name: Dokken

Unchanged files with check annotations Beta

# install_repository
The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes partials _common.rb and_repository.rb for defining properties related to Elasticsearch instances and repository options.

Check failure on line 3 in documentation/install_repository.md

GitHub Actions / lint-unit / markdownlint-cli2

Spaces inside emphasis markers

documentation/install_repository.md:3:257 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "s _"] https://github.com/DavidAnson/markdownlint/blob/v0.30.0/doc/md037.md
## Notes
# `elasticsearch_install`
The install_repository.rb class is part of the Elasticsearch Cookbook and is responsible for managing the installation and removal of Elasticsearch repositories. It includes helper methods from the ElasticsearchCookbook::Helpers module and utilizes partials _common.rb and_repository.rb for defining properties related to Elasticsearch instances and repository options.

Check failure on line 3 in documentation/install.md

GitHub Actions / lint-unit / markdownlint-cli2

Spaces inside emphasis markers

documentation/install.md:3:257 MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "s _"] https://github.com/DavidAnson/markdownlint/blob/v0.30.0/doc/md037.md
## Properties