Skip to content

Commit c562f53

Browse files
chore(deps): update actions/checkout action to v6 (#17850)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 735c050 commit c562f53

File tree

61 files changed

+75
-75
lines changed

Some content is hidden

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

61 files changed

+75
-75
lines changed

.github/actions/app-build-localtest/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
using: "composite"
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
11+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1212

1313

1414
- name: Set up Docker Buildx

.github/workflows/app-backend-codeql.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434

3535
- name: Setup .NET
3636
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5

.github/workflows/app-backend-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
working-directory: src/App/backend/
1818

1919
steps:
20-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
- name: Setup .NET
2222
uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5
2323
with:

.github/workflows/app-backend-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 10
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
- uses: ./.github/actions/app-build-frontend
2323
analyze:
2424
needs: build-frontend
@@ -40,7 +40,7 @@ jobs:
4040
- name: Enable long paths for git on Windows
4141
if: matrix.os.id == 'windows-latest'
4242
run: git config --system core.longpaths true
43-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4444
with:
4545
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4646
- name: Setup .NET

.github/workflows/app-codelists-codeql.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: Checkout repository
34-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL

.github/workflows/app-codelists-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
dotnet-version: |
3434
8.0.x
35-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
35+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636
with:
3737
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3838
- name: Build

.github/workflows/app-fileanalyzers-codeql.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: Checkout repository
34-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL

.github/workflows/app-fileanalyzers-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
dotnet-version: |
3434
8.0.x
35-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
35+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636
with:
3737
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3838
- name: Build

.github/workflows/app-frontend-codeql.yml

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

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@f5c2471be782132e47a6e6f9c725e56730d6e9a3 # v3

.github/workflows/app-frontend-cypress.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3030
- name: Build frontend
3131
uses: ./.github/actions/app-build-frontend
3232

@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
- name: Build localtest
4040
uses: ./.github/actions/app-build-localtest
4141
with:
@@ -59,7 +59,7 @@ jobs:
5959
containers: [1, 2, 3, 4, 5, 6]
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
62+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6363

6464
- name: Download the build folder
6565
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Checkout
135-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
135+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
136136

137137
- name: Download the built frontend
138138
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5

0 commit comments

Comments
 (0)