Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2025

This PR contains the following updates:

Package Type Update Change
sous-chefs/.github action patch 5.0.5 -> 5.0.7

Release Notes

sous-chefs/.github (sous-chefs/.github)

v5.0.7

Compare Source

More Slack fixes

v5.0.6

Compare Source

Make Slack inputs optional


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 13, 2025 13:43
@renovate renovate bot added Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel labels Nov 13, 2025
@renovate renovate bot enabled auto-merge (squash) November 13, 2025 13:43
@renovate renovate bot changed the title chore(deps): update sous-chefs/.github action to v5.0.6 chore(deps): update sous-chefs/.github action to v5.0.7 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/actions branch from 9a7ca8d to 399062d Compare November 20, 2025 11:50
jobs:
conventional-commits:
uses: sous-chefs/.github/.github/workflows/[email protected].5
uses: sous-chefs/.github/.github/workflows/[email protected].7

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}

Copilot Autofix

AI 11 days ago

To fix this issue, you should add a permissions block to the workflow. The block can be added at the root level (applies to all jobs) or to the specific job. Since this workflow is only invoking a reusable workflow, it is generally sufficient to grant read-only access to repository contents unless the called workflow explicitly requires more (which, based on best practices, is rarely the case for a conventional commits check). Therefore, you should add a permissions: contents: read block under the top-level keys (after the name: declaration), before the jobs definition, in .github/workflows/conventional-commits.yml. No imports or method definitions are required; this is a YAML config change only.

Suggested changeset 1
.github/workflows/conventional-commits.yml

Autofix patch

Autofix patch
Run the following command in your local git repository to apply this patch
cat << 'EOF' | git apply
diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml
--- a/.github/workflows/conventional-commits.yml
+++ b/.github/workflows/conventional-commits.yml
@@ -1,5 +1,7 @@
 ---
 name: conventional-commits
+permissions:
+  contents: read
 
 "on":
   pull_request:
EOF
@@ -1,5 +1,7 @@
---
name: conventional-commits
permissions:
contents: read

"on":
pull_request:
Copilot is powered by AI and may make mistakes. Always verify output.
Unable to commit as this autofix suggestion is now outdated
@github-actions
Copy link

Slowest examples

Top 10 slowest examples (0.01 seconds, 47.47% of total time)
Example Description Time in seconds
spec/libraries/helpers_spec.rb:19 PostgreSQL::Cookbook::Helpers#data_dir(version) with rhel family and Postgres 11 from repo returns the correct path 0.01211
spec/libraries/helpers_spec.rb:43 PostgreSQL::Cookbook::Helpers#data_dir(version) with debian family and Postgres 11 from os returns the correct path 0.00047
spec/libraries/helpers_spec.rb:35 PostgreSQL::Cookbook::Helpers#data_dir(version) with debian family and Postgres 13 from repo returns the correct path 0.00044
spec/libraries/helpers_spec.rb:119 PostgreSQL::Cookbook::Helpers#default_platform_service_name(version) with debian family and Postgres 15 from os returns the correct service name 0.0004
spec/libraries/helpers_spec.rb:111 PostgreSQL::Cookbook::Helpers#default_platform_service_name(version) with debian family and Postgres 11 from repo returns the correct service name 0.0004
spec/libraries/helpers_spec.rb:65 PostgreSQL::Cookbook::Helpers#conf_dir(version) with rhel family and Postgres 15 from os returns the correct path 0.00038
spec/libraries/helpers_spec.rb:65 PostgreSQL::Cookbook::Helpers#conf_dir(version) with rhel family and Postgres 11 from os returns the correct path 0.00037
spec/libraries/helpers_spec.rb:65 PostgreSQL::Cookbook::Helpers#conf_dir(version) with rhel family and Postgres 12 from os returns the correct path 0.00037
spec/libraries/helpers_spec.rb:81 PostgreSQL::Cookbook::Helpers#conf_dir(version) with debian family and Postgres 12 from os returns the correct path 0.00037
spec/libraries/helpers_spec.rb:103 PostgreSQL::Cookbook::Helpers#default_platform_service_name(version) with rhel family and Postgres 12 from os returns the correct service name 0.00037

@damacus damacus closed this Nov 20, 2025
auto-merge was automatically disabled November 20, 2025 12:00

Pull request was closed

@renovate
Copy link
Contributor Author

renovate bot commented Nov 20, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.0.7). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release: Patch Release to Chef Supermarket as a version patch when merged Skip: Announcements On Release this will not put a message in the #Announcements slack channel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants