Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sous-chefs/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.7
Choose a base ref
...
head repository: sous-chefs/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 26, 2023

  1. chore(deps): update sonicgarden/rspec-report-action action to v3 (#30)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 26, 2023
    Copy the full SHA
    c972477 View commit details
  2. Update lint-unit.yml

    damacus authored Oct 26, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8b4e74d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/lint-unit.yml
4 changes: 2 additions & 2 deletions .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
env:
CHEF_LICENSE: accept-no-persist
- name: RSpec Report
uses: SonicGarden/rspec-report-action@v2.1.2
uses: SonicGarden/rspec-report-action@v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
json-path: tmp/rspec_results.json
@@ -97,6 +97,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Check Metadata
uses: damacus/check-chef-metadata-action@v1
uses: damacus/check-chef-metadata-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}