Skip to content

Commit 371446f

Browse files
committed
build(gh-actions): update workflow action versions to match main
- actions/setup-node: v6.2.0 -> v6.3.0 (cypress, nodejs, release) - dorny/test-reporter: v2.5.0 -> v2.6.0 (cypress) - actions/dependency-review-action: v4.8.3 -> v4.9.0 (dependency-review)
1 parent 3972e35 commit 371446f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cypress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434

3535
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
- name: Use Node.js ${{ matrix.node-version }}
37-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
37+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
- run: npm install cypress
4141
- run: docker build . --file Dockerfile --tag vprodemo.azurecr.ui/samplewebui:latest
4242
- run: docker run -d -p 4200:80 vprodemo.azurecr.ui/samplewebui:latest
4343
- run: npm run cy-runner
4444
- name: Publish Cypress Test Results
45-
uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5.0
45+
uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
4646
if: always()
4747
with:
4848
name: Cypress Tests

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: 'Checkout Repository'
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- name: 'Dependency Review'
27-
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
27+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0

.github/workflows/nodejs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
- name: Use Node.js ${{ matrix.node-version }}
31-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
31+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- run: npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
persist-credentials: false
3333
- name: Use Node.js 20.x
34-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
34+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3535
with:
3636
node-version: '20.x'
3737
- name: Docker Setup Buildx

0 commit comments

Comments
 (0)