@@ -35,16 +35,16 @@ jobs:
3535 working-directory : ${{ env.BUNDLE_SIZE_DIR }}
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3939 - name : Download example app distribution files
40- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
40+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
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
4545 uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
4646 - name : Setup Node.js
47- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
47+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
57+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
91+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
110+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
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@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
114+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
115115 with :
116116 script : |
117117 const smeJson = require('./source-map-explorer.json');
0 commit comments