Skip to content

Commit 3521cb7

Browse files
chore(deps): update github actions
1 parent 01431ce commit 3521cb7

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
version: ${{ steps.genver.outputs.version }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
with:
1616
ref: ${{ github.ref }}
1717
fetch-depth: 0
@@ -39,7 +39,7 @@ jobs:
3939
- csharp/native/Demo.sln
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4343
with:
4444
ref: ${{ github.ref }}
4545
fetch-depth: 0
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
94+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9595
with:
9696
ref: ${{ github.head_ref }}
9797

@@ -154,7 +154,7 @@ jobs:
154154

155155
steps:
156156
- name: Checkout
157-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
157+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
158158
with:
159159
ref: ${{ github.ref }}
160160

@@ -183,7 +183,7 @@ jobs:
183183
- dynamicsubmission
184184
steps:
185185
- name: Checkout
186-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
186+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
187187
with:
188188
ref: ${{ github.ref }}
189189

@@ -196,7 +196,7 @@ jobs:
196196
aws: true
197197

198198
- name: Checkout Infra
199-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
199+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
200200
with:
201201
repository: aneoconsulting/ArmoniK
202202
path: infra
@@ -233,7 +233,7 @@ jobs:
233233

234234
steps:
235235
- name: Checkout
236-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
236+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
237237
with:
238238
ref: ${{ github.ref }}
239239

@@ -246,7 +246,7 @@ jobs:
246246
aws: true
247247

248248
- name: Checkout Infra
249-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
249+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
250250
with:
251251
repository: aneoconsulting/ArmoniK
252252
path: infra
@@ -288,7 +288,7 @@ jobs:
288288
ARMONIK_SHARED_HOST_PATH: ${{ github.workspace }}/infra/infrastructure/quick-deploy/localhost/all-in-one/data/
289289
steps:
290290
- name: Checkout
291-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
291+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
292292
with:
293293
ref: ${{ github.head_ref }}
294294

@@ -301,7 +301,7 @@ jobs:
301301
aws: true
302302

303303
- name: Checkout Infra
304-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
304+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
305305
with:
306306
repository: aneoconsulting/ArmoniK
307307
path: infra

.github/workflows/build_documentations.yml

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

1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515

1616
- name: Get dotnet sdk
1717
run: |
@@ -28,7 +28,7 @@ jobs:
2828
docfx Documentation/docfx.json
2929
3030
- name: Deploy docfx documentation
31-
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
31+
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_dir: Documentation/_site

.github/workflows/code-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 15
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313
with:
1414
ref: ${{ github.ref }}
1515

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
release: ${{ steps.release.outputs.version }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
with:
2121
ref: ${{ github.ref }}
2222
fetch-depth: 0
@@ -89,7 +89,7 @@ jobs:
8989
path : ./csharp/native/DynamicSubmission/Client/Dockerfile
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
92+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9393
with:
9494
ref: ${{ github.ref }}
9595
submodules: true
@@ -110,7 +110,7 @@ jobs:
110110
run: echo ${{ steps.buildx.outputs.platforms }}
111111

112112
- name: Build and push
113-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
113+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
114114
with:
115115
file: ${{ matrix.path }}
116116
context: ./csharp/native
@@ -130,7 +130,7 @@ jobs:
130130
GENRELEASE: ${{ needs.versionning.outputs.release }}
131131
steps:
132132
- name: Checkout
133-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
133+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
134134
with:
135135
ref: ${{ github.ref }}
136136
submodules: true

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Validate PR title
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
20+
- uses: amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6
2121
id: lint_pr_title
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
distribution: 'zulu'
1818
java-version: 17
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
with:
2121
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2222
submodules: true

0 commit comments

Comments
 (0)