Skip to content

Commit

Permalink
chore(deps): bump lost-pixel/lost-pixel from 3.17.0 to 3.18.2 (#6188)
Browse files Browse the repository at this point in the history
* 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](lost-pixel/lost-pixel@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] <[email protected]>

* update GHA permissions and env

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Harrell <[email protected]>
  • Loading branch information
dependabot[bot] and jharrell authored Sep 13, 2024
1 parent 331d3eb commit 368d96a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/check-all-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
checks: read
contents: read
issues: write
pull-requests: read
pull-requests: write

jobs:
check-for-absolute-urls:
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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 }}
4 changes: 3 additions & 1 deletion .github/workflows/list-changed-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
checks: read
contents: read
issues: write
pull-requests: read
pull-requests: write

jobs:
post-files-changed-comment:
Expand Down Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/lost-pixel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 368d96a

Please sign in to comment.