Skip to content

Commit 3a23cd9

Browse files
chore(deps): bump the actions-deps group with 2 updates (#4175)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d9c374 commit 3a23cd9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CICD.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646

4747
- name: Install dependencies
48-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
48+
uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
4949

5050
- name: Check source code for syntax errors
5151
run: vendor/bin/parallel-lint --exclude .git --exclude vendor .
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575

7676
- name: Install dependencies
77-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
77+
uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
7878

7979
- name: Check source code for code style errors
8080
run: vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --verbose --diff --dry-run
@@ -100,7 +100,7 @@ jobs:
100100
coverage: none
101101

102102
- name: Install Composer dependencies
103-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
103+
uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
104104

105105
- name: Run PHPStan
106106
run: vendor/bin/phpstan analyze
@@ -126,7 +126,7 @@ jobs:
126126
coverage: none
127127

128128
- name: Install Composer dependencies
129-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
129+
uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
130130

131131
# We ban GPL-2.0-or-later, we don't want that viral thing in Lychee: We want to keep our MIT license.
132132
- name: Run License Checker
@@ -463,7 +463,7 @@ jobs:
463463
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
464464

465465
- name: Download generated artifact
466-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
466+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
467467
with:
468468
name: Lychee.zip
469469

.github/workflows/php_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
tools: pecl, composer
9797

9898
- name: Install Composer dependencies
99-
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
99+
uses: ramsey/composer-install@a35c6ebd3d08125aaf8852dff361e686a1a67947 # 3.2.0
100100

101101
- name: copy Env
102102
run: |

0 commit comments

Comments
 (0)