Skip to content

Commit 1980542

Browse files
committed
chore: bump ci-github-common fomr 0.36.0 to 0.36.2
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent b0e4e97 commit 1980542

15 files changed

Lines changed: 34 additions & 34 deletions

File tree

.github/workflows/__greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: {}
1010

1111
jobs:
1212
greetings:
13-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
1414
permissions:
1515
contents: read
1616
issues: write

.github/workflows/__need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions: {}
1818

1919
jobs:
2020
main:
21-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
21+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
2222
permissions:
2323
contents: read
2424
issues: write

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: {}
1212

1313
jobs:
1414
main:
15-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
1616
permissions:
1717
contents: write
1818
pull-requests: write

.github/workflows/__shared-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions: {}
77

88
jobs:
99
linter:
10-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
10+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
1111
permissions:
1212
contents: read
1313
statuses: write

.github/workflows/__stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88

99
jobs:
1010
main:
11-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
11+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
1212
permissions:
1313
issues: write
1414
pull-requests: write

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
security-events: write
294294
runs-on: *ci-runner
295295
steps:
296-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
296+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
297297
- uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
298298
with:
299299
languages: ${{ inputs.code-ql }}
@@ -306,7 +306,7 @@ jobs:
306306
contents: read
307307
runs-on: *ci-runner
308308
steps:
309-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
309+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
310310
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
311311

312312
setup:
@@ -332,10 +332,10 @@ jobs:
332332
steps:
333333
- name: Checkout repository
334334
if: inputs.container == ''
335-
uses: hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
335+
uses: hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
336336

337337
- id: working-directory
338-
uses: hoverkraft-tech/ci-github-common/actions/working-directory@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
338+
uses: hoverkraft-tech/ci-github-common/actions/working-directory@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
339339
with:
340340
working-directory: ${{ inputs.working-directory }}
341341
enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }}
@@ -441,11 +441,11 @@ jobs:
441441
contents: read
442442
packages: read
443443
steps:
444-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
444+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
445445
if: inputs.container == ''
446446

447447
- id: local-workflow-actions
448-
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
448+
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
449449
with:
450450
actions-path: actions
451451

@@ -494,11 +494,11 @@ jobs:
494494
outputs:
495495
artifact-id: ${{ steps.build.outputs.artifact-id }}
496496
steps:
497-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
497+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
498498
if: needs.setup.outputs.build-commands && inputs.container == ''
499499

500500
- id: local-workflow-actions
501-
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
501+
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
502502
with:
503503
actions-path: actions
504504

@@ -528,7 +528,7 @@ jobs:
528528
packages: read
529529
pull-requests: write
530530
steps:
531-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
531+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
532532
if: inputs.container == ''
533533

534534
- if: needs.build.outputs.artifact-id && inputs.container == ''
@@ -538,7 +538,7 @@ jobs:
538538
path: "/"
539539

540540
- id: local-workflow-actions
541-
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
541+
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
542542
with:
543543
actions-path: actions
544544

actions/build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ outputs:
6666
runs:
6767
using: "composite"
6868
steps:
69-
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
69+
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
7070
with:
7171
source-path: ${{ github.action_path }}/..
7272

7373
- id: working-directory
74-
uses: hoverkraft-tech/ci-github-common/actions/working-directory@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
74+
uses: hoverkraft-tech/ci-github-common/actions/working-directory@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
7575
with:
7676
working-directory: ${{ inputs.working-directory }}
7777
enforce-path-in-workspace: ${{ inputs.container && 'false' || 'true' }}

actions/codecov/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- id: working-directory
34-
uses: hoverkraft-tech/ci-github-common/actions/working-directory@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
34+
uses: hoverkraft-tech/ci-github-common/actions/working-directory@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
3535
with:
3636
working-directory: ${{ inputs.working-directory }}
3737
enforce-path-in-workspace: "false"

actions/dependencies-cache/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ inputs:
3232
runs:
3333
using: "composite"
3434
steps:
35-
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
35+
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
3636
with:
3737
source-path: ${{ github.action_path }}/..
3838

3939
- id: working-directory
40-
uses: hoverkraft-tech/ci-github-common/actions/working-directory@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
40+
uses: hoverkraft-tech/ci-github-common/actions/working-directory@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
4141
with:
4242
working-directory: ${{ inputs.working-directory }}
4343
enforce-path-in-workspace: "false"

actions/get-package-manager/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- id: working-directory
34-
uses: hoverkraft-tech/ci-github-common/actions/working-directory@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
34+
uses: hoverkraft-tech/ci-github-common/actions/working-directory@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
3535
with:
3636
working-directory: ${{ inputs.working-directory }}
3737
enforce-path-in-workspace: "false"

0 commit comments

Comments
 (0)