Skip to content

Commit 80e816c

Browse files
[deps]: Update actions/checkout action to v5.0.1
1 parent bc78256 commit 80e816c

24 files changed

+56
-56
lines changed

.github/workflows/alert-ddg-files-modified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: false

.github/workflows/auto-branch-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "branch=${GITHUB_REF#refs/heads/}" >> "$GITHUB_OUTPUT"
3131

3232
- name: Checkout repo
33-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3434
with:
3535
ref: 'eu-web-${{ steps.setup.outputs.branch }}'
3636
fetch-depth: 0

.github/workflows/build-browser.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
has_secrets: ${{ steps.check-secrets.outputs.has_secrets }}
5656
steps:
5757
- name: Check out repo
58-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5959
with:
6060
ref: ${{ github.event.pull_request.head.sha }}
6161
persist-credentials: false
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: apps/browser
9595
steps:
9696
- name: Check out repo
97-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
97+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9898
with:
9999
ref: ${{ github.event.pull_request.head.sha }}
100100
persist-credentials: false
@@ -146,7 +146,7 @@ jobs:
146146
_NODE_VERSION: ${{ needs.setup.outputs.node_version }}
147147
steps:
148148
- name: Check out repo
149-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
149+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
150150
with:
151151
ref: ${{ github.event.pull_request.head.sha }}
152152
persist-credentials: false
@@ -254,7 +254,7 @@ jobs:
254254
artifact_name: "dist-opera-MV3"
255255
steps:
256256
- name: Check out repo
257-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
257+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
258258
with:
259259
ref: ${{ github.event.pull_request.head.sha }}
260260
persist-credentials: false
@@ -386,7 +386,7 @@ jobs:
386386
_NODE_VERSION: ${{ needs.setup.outputs.node_version }}
387387
steps:
388388
- name: Check out repo
389-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
389+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
390390
with:
391391
ref: ${{ github.event.pull_request.head.sha }}
392392
persist-credentials: false
@@ -542,7 +542,7 @@ jobs:
542542
- build-safari
543543
steps:
544544
- name: Check out repo
545-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
545+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
546546
with:
547547
ref: ${{ github.event.pull_request.head.sha }}
548548
persist-credentials: false

.github/workflows/build-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
has_secrets: ${{ steps.check-secrets.outputs.has_secrets }}
6060
steps:
6161
- name: Check out repo
62-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
62+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6363
with:
6464
ref: ${{ github.event.pull_request.head.sha }}
6565
persist-credentials: false
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Check out repo
117-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
117+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
118118
with:
119119
ref: ${{ github.event.pull_request.head.sha }}
120120
persist-credentials: false
@@ -311,7 +311,7 @@ jobs:
311311
_WIN_PKG_VERSION: 3.5
312312
steps:
313313
- name: Check out repo
314-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
314+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
315315
with:
316316
ref: ${{ github.event.pull_request.head.sha }}
317317
persist-credentials: false
@@ -520,7 +520,7 @@ jobs:
520520
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
521521
steps:
522522
- name: Check out repo
523-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
523+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
524524
with:
525525
ref: ${{ github.event.pull_request.head.sha }}
526526
persist-credentials: false

.github/workflows/build-desktop.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-22.04
5656
steps:
5757
- name: Check out repo
58-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5959
with:
6060
ref: ${{ github.event.pull_request.head.sha }}
6161
persist-credentials: false
@@ -88,7 +88,7 @@ jobs:
8888
working-directory: apps/desktop
8989
steps:
9090
- name: Check out repo
91-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
91+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9292
with:
9393
ref: ${{ github.event.pull_request.head.sha }}
9494
persist-credentials: true
@@ -173,7 +173,7 @@ jobs:
173173
working-directory: apps/desktop
174174
steps:
175175
- name: Check out repo
176-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
176+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
177177
with:
178178
ref: ${{ github.event.pull_request.head.sha }}
179179
persist-credentials: false
@@ -322,7 +322,7 @@ jobs:
322322
working-directory: apps/desktop
323323
steps:
324324
- name: Check out repo
325-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
325+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
326326
with:
327327
ref: ${{ github.event.pull_request.head.sha }}
328328
persist-credentials: false
@@ -470,7 +470,7 @@ jobs:
470470
NODE_OPTIONS: --max_old_space_size=4096
471471
steps:
472472
- name: Check out repo
473-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
473+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
474474
with:
475475
ref: ${{ github.event.pull_request.head.sha }}
476476
persist-credentials: false
@@ -736,7 +736,7 @@ jobs:
736736
NODE_OPTIONS: --max_old_space_size=4096
737737
steps:
738738
- name: Check out repo
739-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
739+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
740740
with:
741741
ref: ${{ github.event.pull_request.head.sha }}
742742
persist-credentials: false
@@ -979,7 +979,7 @@ jobs:
979979
working-directory: apps/desktop
980980
steps:
981981
- name: Check out repo
982-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
982+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
983983
with:
984984
ref: ${{ github.event.pull_request.head.sha }}
985985
persist-credentials: false
@@ -1216,7 +1216,7 @@ jobs:
12161216
working-directory: apps/desktop
12171217
steps:
12181218
- name: Check out repo
1219-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1219+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
12201220
with:
12211221
ref: ${{ github.event.pull_request.head.sha }}
12221222
persist-credentials: false
@@ -1488,7 +1488,7 @@ jobs:
14881488
working-directory: apps/desktop
14891489
steps:
14901490
- name: Check out repo
1491-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1491+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
14921492
with:
14931493
ref: ${{ github.event.pull_request.head.sha }}
14941494
persist-credentials: false
@@ -1826,7 +1826,7 @@ jobs:
18261826
runs-on: ubuntu-22.04
18271827
steps:
18281828
- name: Check out repo
1829-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1829+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
18301830
with:
18311831
ref: ${{ github.event.pull_request.head.sha }}
18321832
persist-credentials: false

.github/workflows/build-web.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
has_secrets: ${{ steps.check-secrets.outputs.has_secrets }}
6565
steps:
6666
- name: Check out repo
67-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
67+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6868
with:
6969
ref: ${{ github.event.pull_request.head.sha }}
7070
persist-credentials: false
@@ -144,7 +144,7 @@ jobs:
144144
_VERSION: ${{ needs.setup.outputs.version }}
145145
steps:
146146
- name: Check out repo
147-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
147+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
148148
with:
149149
ref: ${{ github.event.pull_request.head.sha }}
150150
persist-credentials: false
@@ -174,7 +174,7 @@ jobs:
174174
echo "server_ref=$SERVER_REF" >> "$GITHUB_OUTPUT"
175175
176176
- name: Check out Server repo
177-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
177+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
178178
with:
179179
path: server
180180
repository: bitwarden/server
@@ -367,7 +367,7 @@ jobs:
367367
runs-on: ubuntu-24.04
368368
steps:
369369
- name: Check out repo
370-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
370+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
371371
with:
372372
ref: ${{ github.event.pull_request.head.sha }}
373373
persist-credentials: false

.github/workflows/chromatic.yml

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

3232
steps:
3333
- name: Check out repo
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha }}
3737
fetch-depth: 0

.github/workflows/crowdin-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
permission-pull-requests: write # for generating pull requests
5959

6060
- name: Checkout repo
61-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
61+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6262
with:
6363
token: ${{ steps.app-token.outputs.token }}
6464
persist-credentials: false

.github/workflows/lint-crowdin-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
]
2323
steps:
2424
- name: Check out repo
25-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626
with:
2727
fetch-depth: 1
2828
persist-credentials: false

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-22.04
3232
steps:
3333
- name: Checkout repo
34-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
34+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3535
with:
3636
persist-credentials: false
3737

@@ -94,7 +94,7 @@ jobs:
9494

9595
steps:
9696
- name: Checkout repo
97-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
97+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9898
with:
9999
persist-credentials: false
100100

0 commit comments

Comments
 (0)