Skip to content

Commit 560ea9a

Browse files
Merge pull request #59363 from nextcloud/dependabot/github_actions/github-actions-38c73435d9
chore(deps): Bump the github-actions group with 7 updates
2 parents 047a758 + 36e4de2 commit 560ea9a

42 files changed

Lines changed: 103 additions & 103 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/autocheckers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
src: ${{ steps.changes.outputs.src }}
2121

2222
steps:
23-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
23+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2424
id: changes
2525
continue-on-error: true
2626
with:
@@ -58,7 +58,7 @@ jobs:
5858
submodules: true
5959

6060
- name: Set up php ${{ matrix.php-versions }}
61-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
61+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f #v2.37.0
6262
timeout-minutes: 5
6363
with:
6464
php-version: ${{ matrix.php-versions }}
@@ -91,7 +91,7 @@ jobs:
9191
submodules: true
9292

9393
- name: Set up php ${{ matrix.php-versions }}
94-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
94+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f #v2.37.0
9595
timeout-minutes: 5
9696
with:
9797
php-version: ${{ matrix.php-versions }}

.github/workflows/block-outdated-3rdparty.yml

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

2222
steps:
2323
- name: Check requirement
24-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
24+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2525
id: changes
2626
continue-on-error: true
2727
with:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
40+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4141
with:
4242
languages: ${{ matrix.language }}
4343
build-mode: ${{ matrix.build-mode }}
4444
config-file: ./.github/codeql-config.yml
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
47+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4848
with:
4949
category: "/language:${{matrix.language}}"

.github/workflows/command-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
fallbackNpm: '^11.3'
125125

126126
- name: Set up node ${{ steps.package-engines-versions.outputs.nodeVersion }}
127-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
127+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
128128
with:
129129
node-version: ${{ steps.package-engines-versions.outputs.nodeVersion }}
130130
cache: npm

.github/workflows/cypress.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fallbackNpm: '^11.3'
6767

6868
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
69-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
69+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
7070
with:
7171
node-version: ${{ steps.versions.outputs.nodeVersion }}
7272

@@ -154,7 +154,7 @@ jobs:
154154
path: ./
155155

156156
- name: Set up node ${{ needs.init.outputs.nodeVersion }}
157-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
157+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
158158
with:
159159
node-version: ${{ needs.init.outputs.nodeVersion }}
160160

@@ -165,7 +165,7 @@ jobs:
165165
run: ./node_modules/cypress/bin/cypress install
166166

167167
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
168-
uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
168+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
169169
with:
170170
# We already installed the dependencies in the init job
171171
install: false

.github/workflows/files-external-ftp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
src: ${{ steps.changes.outputs.src}}
2222

2323
steps:
24-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
24+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2525
id: changes
2626
continue-on-error: true
2727
with:
@@ -81,7 +81,7 @@ jobs:
8181
if [[ "${{ matrix.ftpd }}" == 'pure-ftpd' ]]; then docker run --name ftp -d --net host -e "PUBLICHOST=localhost" -e FTP_USER_NAME=test -e FTP_USER_PASS=test -e FTP_USER_HOME=/home/test -v /tmp/ftp:/home/test -v /tmp/ftp:/etc/pure-ftpd/passwd stilliard/pure-ftpd; fi
8282
8383
- name: Set up php ${{ matrix.php-versions }}
84-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
84+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f #v2.37.0
8585
timeout-minutes: 5
8686
with:
8787
php-version: ${{ matrix.php-versions }}
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Upload code coverage
117117
if: ${{ !cancelled() && matrix.coverage }}
118-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
118+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
119119
with:
120120
files: ./clover.xml
121121
flags: phpunit-files-external-ftp

.github/workflows/files-external-s3.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
src: ${{ steps.changes.outputs.src}}
2222

2323
steps:
24-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
24+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2525
id: changes
2626
continue-on-error: true
2727
with:
@@ -80,7 +80,7 @@ jobs:
8080
submodules: true
8181

8282
- name: Set up php ${{ matrix.php-versions }}
83-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
83+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f #v2.37.0
8484
timeout-minutes: 5
8585
with:
8686
php-version: ${{ matrix.php-versions }}
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Upload code coverage
117117
if: ${{ !cancelled() && matrix.coverage }}
118-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
118+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
119119
with:
120120
files: ./clover.xml
121121
flags: phpunit-files-external-s3
@@ -169,7 +169,7 @@ jobs:
169169
submodules: true
170170

171171
- name: Set up php ${{ matrix.php-versions }}
172-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
172+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f #v2.37.0
173173
timeout-minutes: 5
174174
with:
175175
php-version: ${{ matrix.php-versions }}
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: Upload code coverage
199199
if: ${{ !cancelled() && matrix.coverage }}
200-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
200+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
201201
with:
202202
files: ./clover.xml
203203
flags: phpunit-files-external-s3

.github/workflows/files-external-sftp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
src: ${{ steps.changes.outputs.src}}
2222

2323
steps:
24-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
24+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2525
id: changes
2626
continue-on-error: true
2727
with:
@@ -77,7 +77,7 @@ jobs:
7777
if [[ '${{ matrix.sftpd }}' == 'openssh' ]]; then docker run -p 2222:22 --name sftp -d -v /tmp/sftp:/home/test atmoz/sftp 'test:test:::data'; fi
7878
7979
- name: Set up php ${{ matrix.php-versions }}
80-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
80+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f #v2.37.0
8181
timeout-minutes: 5
8282
with:
8383
php-version: ${{ matrix.php-versions }}
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Upload code coverage
106106
if: ${{ !cancelled() && matrix.coverage }}
107-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
107+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
108108
with:
109109
files: ./clover.xml
110110
flags: phpunit-files-external-sftp

.github/workflows/files-external-smb-kerberos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
src: ${{ steps.changes.outputs.src}}
2222

2323
steps:
24-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
24+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2525
id: changes
2626
continue-on-error: true
2727
with:

.github/workflows/files-external-smb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
src: ${{ steps.changes.outputs.src}}
2222

2323
steps:
24-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
24+
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2525
id: changes
2626
continue-on-error: true
2727
with:
@@ -81,7 +81,7 @@ jobs:
8181
submodules: true
8282

8383
- name: Set up php ${{ matrix.php-versions }}
84-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 #v2.36.0
84+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f #v2.37.0
8585
timeout-minutes: 5
8686
with:
8787
php-version: ${{ matrix.php-versions }}
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Upload code coverage
118118
if: ${{ !cancelled() && matrix.coverage }}
119-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
119+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
120120
with:
121121
files: ./clover.xml
122122
flags: phpunit-files-external-smb

0 commit comments

Comments
 (0)