Skip to content

Commit dcf067c

Browse files
authored
Merge pull request #49041 from nextcloud/dependabot/github_actions/github-actions-52fdf4f9c4
2 parents d660b08 + 0a6c8b4 commit dcf067c

Some content is hidden

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

42 files changed

+83
-83
lines changed

.github/workflows/autocheckers.yml

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

5252
steps:
5353
- name: Checkout server
54-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5555
with:
5656
submodules: true
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- 'version.php'
3232
3333
- name: Checkout
34-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535

3636
- name: 3rdparty commit hash on current branch
3737
id: actual

.github/workflows/block-unconventional-commits.yml

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

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131

3232
- uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0
3333
with:

.github/workflows/command-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
key: git-repo
101101

102102
- name: Checkout ${{ needs.init.outputs.head_ref }}
103-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104104
with:
105105
token: ${{ secrets.COMMAND_BOT_PAT }}
106106
fetch-depth: 0
@@ -119,7 +119,7 @@ jobs:
119119
fallbackNpm: '^10'
120120

121121
- name: Set up node ${{ steps.package-engines-versions.outputs.nodeVersion }}
122-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v3
122+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v3
123123
with:
124124
node-version: ${{ steps.package-engines-versions.outputs.nodeVersion }}
125125
cache: npm

.github/workflows/command-pull-3rdparty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: comment-branch
3939

4040
- name: Checkout ${{ steps.comment-branch.outputs.head_ref }}
41-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
41+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4242
with:
4343
fetch-depth: 0
4444
token: ${{ secrets.COMMAND_BOT_PAT }}

.github/workflows/cypress.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
exit 1
4242
4343
- name: Checkout server
44-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
with:
4646
# We need to checkout submodules for 3rdparty
4747
submodules: true
@@ -64,7 +64,7 @@ jobs:
6464
fallbackNpm: "^10"
6565

6666
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
67-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
67+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
6868
with:
6969
node-version: ${{ steps.versions.outputs.nodeVersion }}
7070

@@ -110,7 +110,7 @@ jobs:
110110
path: ./
111111

112112
- name: Set up node ${{ needs.init.outputs.nodeVersion }}
113-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
113+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
114114
with:
115115
node-version: ${{ needs.init.outputs.nodeVersion }}
116116

@@ -143,7 +143,7 @@ jobs:
143143
SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }}
144144

145145
- name: Upload snapshots
146-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
146+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
147147
if: always()
148148
with:
149149
name: snapshots_${{ matrix.containers }}
@@ -154,7 +154,7 @@ jobs:
154154
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
155155

156156
- name: Upload NC logs
157-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
157+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
158158
if: failure() && matrix.containers != 'component'
159159
with:
160160
name: nc_logs_${{ matrix.containers }}
@@ -165,7 +165,7 @@ jobs:
165165
run: docker exec nextcloud-cypress-tests-server tar -cvjf - data > data.tar
166166

167167
- name: Upload data dir archive
168-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
168+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
169169
if: failure() && matrix.containers != 'component'
170170
with:
171171
name: nc_data_${{ matrix.containers }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout server
56-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
56+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5757
with:
5858
submodules: true
5959

@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Upload code coverage
102102
if: ${{ !cancelled() && matrix.coverage }}
103-
uses: codecov/codecov-action@v4.5.0
103+
uses: codecov/codecov-action@v4.6.0
104104
with:
105105
files: ./clover.xml
106106
flags: phpunit-files-external-ftp

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Checkout server
63-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
63+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6464
with:
6565
submodules: true
6666

@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Upload code coverage
100100
if: ${{ !cancelled() && matrix.coverage }}
101-
uses: codecov/codecov-action@v4.5.0
101+
uses: codecov/codecov-action@v4.6.0
102102
with:
103103
files: ./clover.xml
104104
flags: phpunit-files-external-s3
@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Checkout server
138-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
138+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
139139
with:
140140
submodules: true
141141

@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Upload code coverage
167167
if: ${{ !cancelled() && matrix.coverage }}
168-
uses: codecov/codecov-action@v4.5.0
168+
uses: codecov/codecov-action@v4.6.0
169169
with:
170170
files: ./clover.xml
171171
flags: phpunit-files-external-s3

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
steps:
5555
- name: Checkout server
56-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
56+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5757
with:
5858
submodules: true
5959

@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Upload code coverage
9191
if: ${{ !cancelled() && matrix.coverage }}
92-
uses: codecov/codecov-action@v4.5.0
92+
uses: codecov/codecov-action@v4.6.0
9393
with:
9494
files: ./clover.xml
9595
flags: phpunit-files-external-sftp

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343

4444
steps:
4545
- name: Checkout server
46-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
46+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4747
with:
4848
submodules: true
4949

5050
- name: Checkout user_saml
51-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5252
with:
5353
repository: nextcloud/user_saml
5454
path: apps/user_saml

0 commit comments

Comments
 (0)