Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@9.0.0
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@main
permissions:
contents: read
checks: write
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v7
- name: Install Chef
uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0
uses: sous-chefs/.github/.github/actions/install-workstation@main
- name: Dokken
uses: actionshub/test-kitchen@3.0.0
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ name: conventional-commits

jobs:
conventional-commits:
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@main
permissions:
pull-requests: read
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v7
- name: Install Chef
uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0
uses: sous-chefs/.github/.github/actions/install-workstation@main
- name: Install cookbooks
run: chef install Policyfile.rb
2 changes: 1 addition & 1 deletion .github/workflows/prevent-file-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: prevent-file-change

jobs:
prevent-file-change:
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.0
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@main
permissions:
pull-requests: write
secrets:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ permissions:
contents: write
issues: write
pull-requests: write
packages: write
attestations: write
artifact-metadata: write
id-token: write

jobs:
release:
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@9.0.0
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@main
with:
publish_oci: true
secrets:
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}
Expand Down
Loading