Skip to content

Commit 914a721

Browse files
committed
chore: bump ci-github-vommon actions to 0.37.0
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 77f7324 commit 914a721

16 files changed

Lines changed: 70 additions & 46 deletions

File tree

.github/workflows/__greetings.yml

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

1212
jobs:
1313
greetings:
14-
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
14+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
1515
permissions:
1616
contents: read
1717
issues: write

.github/workflows/__main-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
actions: read
2525
contents: read
2626
id-token: write
27-
issues: read
27+
issues: write
2828
packages: write
29-
pull-requests: read
29+
pull-requests: write
3030
security-events: write
3131
statuses: write
3232
secrets:

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

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

2222
jobs:
2323
main:
24-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
24+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
2525
permissions:
2626
contents: read
2727
issues: write

.github/workflows/__pull-request-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
actions: read
2020
contents: read
2121
id-token: write
22-
issues: read
22+
issues: write
2323
packages: write
24-
pull-requests: read
24+
pull-requests: write
2525
security-events: write
2626
statuses: write
2727
secrets:

.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@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
1616
permissions:
1717
contents: write
1818
pull-requests: write

.github/workflows/__shared-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ permissions: {}
1111

1212
jobs:
1313
linter:
14-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
14+
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
1515
permissions:
1616
actions: read
1717
contents: read
18+
issues: write
19+
packages: read
20+
pull-requests: write
1821
security-events: write
1922
statuses: write
2023

.github/workflows/__stale.yml

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

1010
jobs:
1111
main:
12-
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
12+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
1313
permissions:
1414
issues: write
1515
pull-requests: write

.github/workflows/docker-build-images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
issues: read
372372
packages: write
373373
steps:
374-
- uses: hoverkraft-tech/ci-github-common/actions/checkout@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
374+
- uses: hoverkraft-tech/ci-github-common/actions/checkout@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
375375
with:
376376
lfs: ${{ inputs.lfs }}
377377

@@ -380,7 +380,7 @@ jobs:
380380
run: git lfs pull
381381

382382
- id: local-workflow-actions
383-
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
383+
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
384384
with:
385385
actions-path: actions
386386

@@ -451,7 +451,7 @@ jobs:
451451

452452
# FIXME: Set built images infos in file to be uploaded as artifacts, because github action does not handle job outputs for matrix
453453
# https://github.com/orgs/community/discussions/26639
454-
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
454+
- uses: hoverkraft-tech/ci-github-common/actions/set-matrix-output@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
455455
with:
456456
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
457457
value: ${{ steps.build.outputs.built-image }}
@@ -468,7 +468,7 @@ jobs:
468468
built-images: ${{ steps.create-images-manifests.outputs.built-images }}
469469
steps:
470470
- id: get-matrix-outputs
471-
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
471+
uses: hoverkraft-tech/ci-github-common/actions/get-matrix-outputs@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
472472
with:
473473
artifact-name: ${{ needs.prepare-variables.outputs.artifact-name }}
474474

@@ -506,7 +506,7 @@ jobs:
506506
core.setOutput('built-images', JSON.stringify(images));
507507
508508
- id: local-workflow-actions
509-
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
509+
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
510510
with:
511511
actions-path: actions
512512

.github/workflows/prune-pull-requests-images-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
packages: write
107107
steps:
108108
- id: local-workflow-actions
109-
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
109+
uses: hoverkraft-tech/ci-github-common/actions/local-workflow-actions@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
110110
with:
111111
actions-path: actions
112112

actions/docker/build-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ outputs:
149149
runs:
150150
using: "composite"
151151
steps:
152-
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
152+
- uses: hoverkraft-tech/ci-github-common/actions/local-actions@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
153153
with:
154154
source-path: ${{ github.action_path }}/../..
155155

156156
- id: slugify-platform
157-
uses: hoverkraft-tech/ci-github-common/actions/slugify@6a0fdae9e2598eccf7a9ec2bc20e7ce8e7c10c48 # 0.36.4
157+
uses: hoverkraft-tech/ci-github-common/actions/slugify@59c06291a1619e383a38f2006f15627aa528bb95 # 0.37.0
158158
with:
159159
value: ${{ inputs.platform }}
160160

0 commit comments

Comments
 (0)