@@ -35,16 +35,16 @@ jobs:
3535 working-directory : ${{ env.BUNDLE_SIZE_DIR }}
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
38+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3939 - name : Download example app distribution files
40- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
40+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
4141 with :
4242 name : ngx-meta${{ env.EXAMPLE_APP_ARTIFACT_NAME_SUFFIX }}-${{ matrix.ng-cli-version-alias }}
4343 path : ${{ env.EXAMPLE_APP_DIR }}
4444 - name : Setup pnpm
45- uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
45+ uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
4646 - name : Setup Node.js
47- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
47+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4848 with :
4949 cache : pnpm
5050 cache-dependency-path : ${{ env.BUNDLE_SIZE_DIR }}/pnpm-lock.yaml
5454 - name : Analyze main bundle size
5555 run : pnpm run analyze ${{ matrix.ng-cli-version-alias }} --json
5656 - name : Fetch bundle size analysis results from target branch
57- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
57+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
5858 if : github.event_name == 'pull_request'
5959 with :
6060 script : |
8888 - name : Generate bundle size report
8989 run : pnpm run report ${{ matrix.ng-cli-version-alias }} --git-ref '${{ github.sha }}'
9090 - name : Upload bundle size analysis results
91- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
91+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9292 with :
9393 name : ngx-meta${{ env.BUNDLE_SIZE_ARTIFACT_NAME_SUFFIX }}-${{ matrix.ng-cli-version-alias }}
9494 path : ${{ env.BUNDLE_SIZE_DIR }}/${{ env.OUTPUT_DIR }}
@@ -107,11 +107,11 @@ jobs:
107107 checks : write
108108 steps :
109109 - name : Download main bundle analysis results
110- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
110+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
111111 with :
112112 name : ngx-meta${{ env.BUNDLE_SIZE_ARTIFACT_NAME_SUFFIX }}-${{ matrix.ng-cli-version-alias }}
113113 - name : Create check run
114- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
114+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
115115 with :
116116 script : |
117117 const smeJson = require('./source-map-explorer.json');
0 commit comments