Skip to content

Commit 43ec238

Browse files
authored
Merge pull request #1327 from PHPCSStandards/dependabot/github_actions/3.x/action-runners-620eba5552
GH Actions: Bump the action-runners group with 2 updates
2 parents e4b516b + a40d7c8 commit 43ec238

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/happy-new-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: exit 1
7474

7575
- name: Create pull request
76-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
76+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
7777
with:
7878
base: ${{ steps.branches.outputs.BASE }}
7979
branch: ${{ steps.branches.outputs.PR_BRANCH }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
386386
- name: "Upload coverage results to Coveralls (normal run)"
387387
if: ${{ success() }}
388-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
388+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
389389
with:
390390
format: clover
391391
file: build/logs/clover.xml
@@ -394,7 +394,7 @@ jobs:
394394

395395
- name: "Upload coverage results to Coveralls (CBF run)"
396396
if: ${{ matrix.os != 'windows-latest' && success() }}
397-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
397+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
398398
with:
399399
format: clover
400400
file: build/logs/clover-cbf.xml
@@ -410,6 +410,6 @@ jobs:
410410

411411
steps:
412412
- name: Coveralls Finished
413-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
413+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
414414
with:
415415
parallel-finished: true

0 commit comments

Comments
 (0)