Skip to content

Commit 88dfb67

Browse files
build(deps): update cicd
1 parent 8804b2f commit 88dfb67

15 files changed

+49
-49
lines changed

.github/actions/config/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: composite
99
steps:
1010
- name: Load available example apps Angular CLI version aliases
11-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
11+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
1212
id: ng-cli-version-aliases
1313
with:
1414
script: |

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup pnpm
77
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
88
- name: Setup Node.js
9-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
9+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1010
with:
1111
cache: pnpm
1212
node-version-file: .node-version

.github/workflows/cicd-completed.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ng-cli-version-aliases: ${{ steps.config.outputs.ng-cli-version-aliases }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3434
- name: Load CI/CD configuration
3535
id: config
3636
uses: ./.github/actions/config
@@ -49,7 +49,7 @@ jobs:
4949
pull-requests: write
5050
steps:
5151
- name: Download bundle size analysis results
52-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
52+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
5353
with:
5454
name: ngx-meta${{ env.BUNDLE_SIZE_ARTIFACT_NAME_SUFFIX }}-${{ matrix.ng-cli-version-alias }}
5555
#👇 Need to specify it. Otherwise, the ` run-id ` argument won't be taken into account
@@ -60,7 +60,7 @@ jobs:
6060
# https://github.com/orgs/community/discussions/25220
6161
- name: Find associated pull request
6262
id: pr
63-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
63+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
6464
with:
6565
retries: 3
6666
#👇 Default except 403, which is the rate limit sometimes raised
@@ -81,15 +81,15 @@ jobs:
8181
console.info("Pull request number is", pullRequestNumber)
8282
return pullRequestNumber
8383
- name: Find bundle size PR comment
84-
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3
84+
uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4
8585
if: steps.pr.outputs.result != ''
8686
id: fc
8787
with:
8888
issue-number: ${{ steps.pr.outputs.result }}
8989
comment-author: github-actions[bot]
9090
body-includes: ${{ env.BUNDLE_SIZE_COMMENT_ID_PREFIX }}${{ matrix.ng-cli-version-alias }}
9191
- name: Update bundle size PR comment
92-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
92+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
9393
if: steps.pr.outputs.result != ''
9494
with:
9595
comment-id: ${{ steps.fc.outputs.comment-id }}

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ng-cli-version-aliases: ${{ steps.config.outputs.ng-cli-version-aliases }}
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2424
- name: CI/CD configuration
2525
id: config
2626
uses: ./.github/actions/config

.github/workflows/reusable-api-extractor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
timeout-minutes: 5
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2222
- name: Download tsc output files
23-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
23+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
2424
with:
2525
name: ngx-meta${{ env.TSC_ARTIFACT_NAME_SUFFIX }}
2626
path: projects/ngx-meta/out
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run API Documenter
3232
run: pnpm run ngx-meta:api-documenter
3333
- name: Upload API Documenter generated Markdown docs
34-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
34+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
3535
with:
3636
name: ngx-meta${{ env.API_DOCS_ARTIFACT_NAME_SUFFIX }}
3737
path: projects/ngx-meta/docs/content/api

.github/workflows/reusable-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 5
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2424
- name: Setup
2525
uses: ./.github/actions/setup
2626
- name: Cache Angular build
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build libraries
3232
run: pnpm run build
3333
- name: Upload distribution files
34-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
34+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
3535
with:
3636
name: ngx-meta${{ env.DIST_ARTIFACT_NAME_SUFFIX }}
3737
path: projects/ngx-meta/dist
@@ -40,7 +40,7 @@ jobs:
4040
- name: Instrument for coverage
4141
run: pnpm run instrument-for-coverage
4242
- name: Upload distribution files with coverage instrumentation
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
43+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4444
with:
4545
name: ngx-meta${{ env.DIST_ARTIFACT_NAME_SUFFIX }}${{ env.COVERAGE_ARTIFACT_NAME_SUFFIX }}
4646
path: projects/ngx-meta/dist
@@ -52,13 +52,13 @@ jobs:
5252
timeout-minutes: 5
5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
55+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5656
- name: Setup
5757
uses: ./.github/actions/setup
5858
- name: Run tsc
5959
run: pnpm run ngx-meta:tsc
6060
- name: Upload compiled JS files
61-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
61+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6262
with:
6363
name: ngx-meta${{ env.TSC_ARTIFACT_NAME_SUFFIX }}
6464
path: projects/ngx-meta/out

.github/workflows/reusable-bundle-size.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -54,7 +54,7 @@ jobs:
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: |
@@ -88,7 +88,7 @@ jobs:
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');

.github/workflows/reusable-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
timeout-minutes: 5
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2525
- name: Setup
2626
uses: ./.github/actions/setup
2727
- name: Download coverage reports
28-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
28+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
2929
with:
3030
pattern: '*${{ env.COVERAGE_REPORT_ARTIFACT_NAME_SUFFIX }}'
3131
path: ${{ env.COVERAGE_DIR }}

.github/workflows/reusable-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
deployments: write
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3333
- name: Download API reference docs
34-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
34+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
3535
with:
3636
name: ngx-meta${{ env.API_DOCS_ARTIFACT_NAME_SUFFIX }}
3737
path: projects/ngx-meta/docs/content/api
3838
- name: Download bundle size info
39-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
39+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
4040
with:
4141
pattern: ngx-meta${{ env.BUNDLE_SIZE_ARTIFACT_NAME_SUFFIX }}*
4242
- name: Copy reports into directories
@@ -52,15 +52,15 @@ jobs:
5252
- name: Install poetry # pipx comes built-in in GitHub runner
5353
run: pipx install poetry
5454
- name: Setup Python
55-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
55+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5656
with:
5757
python-version-file: ${{ env.DOCS_DIR }}/pyproject.toml
5858
cache: poetry
5959
cache-dependency-path: ${{ env.DOCS_DIR }}/poetry.lock
6060
- name: Setup pnpm
6161
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
6262
- name: Setup Node.js
63-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
63+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
6464
with:
6565
cache: pnpm
6666
cache-dependency-path: ${{ env.DOCS_DIR }}/pnpm-lock.yaml

.github/workflows/reusable-e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
working-directory: ${{ env.E2E_DIR }}
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3838
- name: Download example app with coverage instrumentation
39-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
39+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
4040
with:
4141
name: ngx-meta${{ env.EXAMPLE_APP_ARTIFACT_NAME_SUFFIX }}-${{ matrix.ng-cli-version-alias }}${{ env.COVERAGE_ARTIFACT_NAME_SUFFIX }}
4242
path: ${{ env.EXAMPLE_APP_DIR }}
4343
- name: Setup pnpm
4444
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
4545
- name: Setup Node.js
46-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
46+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4747
with:
4848
cache: pnpm
4949
cache-dependency-path: ${{ env.E2E_DIR }}/pnpm-lock.yaml
@@ -75,7 +75,7 @@ jobs:
7575
# Given we're doing caching manually, installing apart to leverage cache
7676
install: false
7777
- name: Upload coverage report
78-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
78+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7979
if: failure() || success()
8080
with:
8181
name: ngx-meta-e2e-${{ matrix.ng-cli-version-alias }}${{ env.COVERAGE_REPORT_ARTIFACT_NAME_SUFFIX }}

0 commit comments

Comments
 (0)