From 368d96a0c2b94b83554b0e3947275abca4c43885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:45:17 +0200 Subject: [PATCH] chore(deps): bump lost-pixel/lost-pixel from 3.17.0 to 3.18.2 (#6188) * chore(deps): bump lost-pixel/lost-pixel from 3.17.0 to 3.18.2 Bumps [lost-pixel/lost-pixel](https://github.com/lost-pixel/lost-pixel) from 3.17.0 to 3.18.2. - [Release notes](https://github.com/lost-pixel/lost-pixel/releases) - [Commits](https://github.com/lost-pixel/lost-pixel/compare/v3.17.0...v3.18.2) --- updated-dependencies: - dependency-name: lost-pixel/lost-pixel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update GHA permissions and env --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Harrell <4829245+jharrell@users.noreply.github.com> --- .github/workflows/check-all-links.yml | 6 +++++- .github/workflows/list-changed-pages.yml | 4 +++- .github/workflows/lost-pixel.yml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-all-links.yml b/.github/workflows/check-all-links.yml index dea6434a9e..f5c6c8ba85 100644 --- a/.github/workflows/check-all-links.yml +++ b/.github/workflows/check-all-links.yml @@ -8,7 +8,7 @@ permissions: checks: read contents: read issues: write - pull-requests: read + pull-requests: write jobs: check-for-absolute-urls: @@ -48,6 +48,8 @@ jobs: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.absolute-urls.outputs.body }} body-includes: absolute URLs + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: report success run: | @@ -112,3 +114,5 @@ jobs: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.redirects.outputs.body }} body-includes: following redirects + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/list-changed-pages.yml b/.github/workflows/list-changed-pages.yml index 6fccf078f0..ef730b3600 100644 --- a/.github/workflows/list-changed-pages.yml +++ b/.github/workflows/list-changed-pages.yml @@ -11,7 +11,7 @@ permissions: checks: read contents: read issues: write - pull-requests: read + pull-requests: write jobs: post-files-changed-comment: @@ -58,3 +58,5 @@ jobs: pull-request: ${{ github.event.pull_request.number }} body: ${{ steps.build-comment-body.outputs.body }} body-includes: "original | preview" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lost-pixel.yml b/.github/workflows/lost-pixel.yml index b66e439cf6..d826d5217d 100644 --- a/.github/workflows/lost-pixel.yml +++ b/.github/workflows/lost-pixel.yml @@ -50,6 +50,6 @@ jobs: run: sed -i -e 's/_/\//g' -e 's|prisma\.io||g' -re 's/(name.+)(\/)(\")/\1-\3/g' lost-pixel-pages.json - name: Lost Pixel - uses: lost-pixel/lost-pixel@v3.17.0 + uses: lost-pixel/lost-pixel@v3.18.2 env: LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}