Skip to content

Commit 47f837c

Browse files
authored
Merge pull request #46111 from nextcloud/dependabot/github_actions/github-actions-6c0d3fe959
2 parents 5708b1d + f7b0fa2 commit 47f837c

41 files changed

Lines changed: 54 additions & 54 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: 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@a5ac7e51b41094c92402da3b24376905380afc29
54+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
34+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
30+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3131

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

.github/workflows/command-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
key: git-repo
7070

7171
- name: Checkout ${{ needs.init.outputs.head_ref }}
72-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
72+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7373
with:
7474
token: ${{ secrets.COMMAND_BOT_PAT }}
7575
fetch-depth: 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: comment-branch
3333

3434
- name: Checkout ${{ steps.comment-branch.outputs.head_ref }}
35-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3636
with:
3737
fetch-depth: 0
3838
token: ${{ secrets.COMMAND_BOT_PAT }}

.github/workflows/cypress.yml

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

3434
steps:
3535
- name: Checkout server
36-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3737
with:
3838
# We need to checkout submodules for 3rdparty
3939
submodules: true
@@ -110,7 +110,7 @@ jobs:
110110
run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
111111

112112
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
113-
uses: cypress-io/github-action@f88a151c986cab2e339cdbede6a5c4468bb62c17 # v6.7.0
113+
uses: cypress-io/github-action@8d3918616d8ac34caa2b49afc8b408b6a872a6f5 # v6.7.1
114114
with:
115115
component: ${{ matrix.containers == 'component' }}
116116
group: ${{ matrix.use-cypress-cloud && matrix.containers == 'component' && 'Run component' || matrix.use-cypress-cloud && 'Run E2E' || '' }}

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

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

5454
steps:
5555
- name: Checkout server
56-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
56+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5757
with:
5858
submodules: true
5959

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

Lines changed: 2 additions & 2 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@a5ac7e51b41094c92402da3b24376905380afc29
63+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
6464
with:
6565
submodules: true
6666

@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Checkout server
138-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
138+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
139139
with:
140140
submodules: true
141141

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

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

5454
steps:
5555
- name: Checkout server
56-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
56+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5757
with:
5858
submodules: true
5959

.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@a5ac7e51b41094c92402da3b24376905380afc29
46+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4747
with:
4848
submodules: true
4949

5050
- name: Checkout user_saml
51-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
51+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5252
with:
5353
repository: nextcloud/user_saml
5454
path: apps/user_saml

0 commit comments

Comments
 (0)