diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fdf99d86..5c4679e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@4.1.0 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.2 permissions: actions: write checks: write diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 0f67f62a4..812f6d67c 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -7,8 +7,7 @@ name: 'Validate PR' jobs: conventional-commits: - uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.0 + uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.2 permissions: pull-requests: read - with: - token: ${{ secrets.GITHUB_TOKEN }} + secrets: inherit diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 4a2b71be7..3fa3ae322 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -13,10 +13,8 @@ name: 'Copilot Setup Steps' jobs: copilot-setup-steps: runs-on: ubuntu-latest - permissions: contents: read - steps: - name: Check out code uses: actions/checkout@v5 diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 8dfcedbe2..c2c51e2bd 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -7,8 +7,7 @@ name: 'Prevent file change' jobs: prevent-file-change: - uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@4.1.0 + uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.2 permissions: pull-requests: write - with: - token: ${{ secrets.GITHUB_TOKEN }} + secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f88b71036..93605bc33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,8 @@ permissions: jobs: release-cookbook: - uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@4.1.0 - with: + uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.2 + secrets: token: ${{ secrets.PORTER_GITHUB_TOKEN }} - supermarket_user: ${{ secrets.SUPERMARKET_USER }} - supermarket_key: ${{ secrets.SUPERMARKET_KEY }} + supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }} + supermarket_key: ${{ secrets.CHEF_SUPERMARKET_KEY }}