Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@8.0.2
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@9.0.0
permissions:
actions: write
checks: write
Expand Down Expand Up @@ -36,25 +36,25 @@
- default
exclude:
- os: amazonlinux-2
suite: pkg-name

Check failure on line 39 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: debian-10
suite: pkg-name

Check failure on line 41 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: debian-11
suite: pkg-name

Check failure on line 43 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: almalinux-8
suite: pkg-name

Check failure on line 45 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: centos-stream-8
suite: pkg-name

Check failure on line 47 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: rockylinux-8
suite: pkg-name

Check failure on line 49 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: fedora-latest
suite: pkg-name

Check failure on line 51 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: fedora-latest
suite: mod-php

Check failure on line 53 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "mod-php" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: ubuntu-1804
suite: pkg-name

Check failure on line 55 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: ubuntu-2004
suite: pkg-name

Check failure on line 57 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / lint-unit / runner / actionlint

value "pkg-name" in "exclude" does not match in matrix "suite" combinations. possible values are "default"
- os: opensuse-leap-15
suite: pkg-name
fail-fast: false
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,4 +11,4 @@ name: conventional-commits

jobs:
conventional-commits:
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@8.0.2
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@9.0.0
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,6 +11,6 @@ name: prevent-file-change

jobs:
prevent-file-change:
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@8.0.2
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@9.0.0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

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