Skip to content

Commit f337bdd

Browse files
chore: Update GitHub Actions dependencies (#483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8c2f5d commit f337bdd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: "Code Quality"
4242

4343
steps:
44-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
44+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4545

4646
- name: Set up PHP
4747
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 20
3434

3535
- name: Finalize Coveralls parallel build
36-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
36+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2
3737
env:
3838
COVERALLS_SERVICE_NAME: github
3939
COVERALLS_SERVICE_NUMBER: ${{ github.sha }}

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
-e POSTGRES_INITDB_ARGS="--data-checksums"
8080
8181
steps:
82-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
82+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
8383

8484
- name: Set up PHP
8585
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Upload coverage results to Coveralls
137137
if: matrix.calculate-code-coverage == true
138-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
138+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2
139139
env:
140140
COVERALLS_SERVICE_NAME: github
141141
COVERALLS_SERVICE_NUMBER: ${{ github.sha }}

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
doctrine-lexer: '2.1'
6262

6363
steps:
64-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
64+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6565

6666
- name: Set up PHP with PECL extension
6767
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2
@@ -124,7 +124,7 @@ jobs:
124124
125125
- name: Upload coverage results to Coveralls
126126
if: matrix.calculate-code-coverage == true
127-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
127+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2
128128
env:
129129
COVERALLS_SERVICE_NAME: github
130130
COVERALLS_SERVICE_NUMBER: ${{ github.sha }}

0 commit comments

Comments
 (0)