Skip to content

Commit ee9dfd5

Browse files
chore(deps): bump preactjs/compressed-size-action from 2.8.0 to 2.9.0 - pin all remaining GitHub actions (#11625)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Lorber <[email protected]> Co-authored-by: sebastien <[email protected]>
1 parent 7f5d612 commit ee9dfd5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-hash-router.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
path: website/build
5151

5252
#- name: Upload Website Pages artifact
53-
# uses: actions/upload-pages-artifact@v4
53+
# uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
5454
# with:
5555
# path: website/build
5656

5757
# Deploy to https://facebook.github.io/docusaurus/
5858
- name: Deploy to GitHub Pages
5959
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}
60-
uses: peaceiris/actions-gh-pages@v4
60+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
6161
with:
6262
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
publish_dir: website/build
@@ -81,4 +81,4 @@ jobs:
8181
# steps:
8282
# - name: Deploy to GitHub Pages
8383
# id: deployment
84-
# uses: actions/deploy-pages@v4
84+
# uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

.github/workflows/build-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
node-version: lts/*
4949
cache: yarn
5050
- name: Track build size changes
51-
uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # v2
51+
uses: preactjs/compressed-size-action@8518045ed95e94e971b83333085e1cb99aa18aa8 # v2.9.0
5252
with:
5353
repo-token: ${{ secrets.GITHUB_TOKEN }}
5454
build-script: build:website:fast

.github/workflows/lint-autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Print Diff
4343
run: git diff
4444

45-
- uses: stefanzweifel/git-auto-commit-action@v7
45+
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
4646
with:
4747
commit_message: 'refactor: apply lint autofix'

0 commit comments

Comments
 (0)