File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 8
8
merge_group :
9
9
workflow_dispatch :
10
10
11
- # env:
12
- # DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
13
-
14
11
jobs :
15
12
build :
16
13
concurrency :
27
24
- uses : SonarSource/ci-github-actions/build-poetry@master # dogfood
28
25
29
26
promote :
30
- if : false # TODO WIP BUILD-8099
31
27
needs :
32
28
- build
33
29
concurrency :
39
35
id-token : write
40
36
contents : write
41
37
steps :
42
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
- - uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
44
- with :
45
- cache_save : false
46
- - name : Restore local Poetry cache
47
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48
- with :
49
- path : ${{ github.workspace }}/.cache/pypoetry
50
- key : poetry-${{ runner.os }}-${{ hashFiles('poetry.lock') }}
51
- restore-keys : poetry-${{ runner.os }}-
52
- - uses : SonarSource/ci-github-actions/get-build-number@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
53
- - uses : SonarSource/ci-github-actions/promote-poetry@feat/jcarsique/BUILD-80099-promotePoetry # TODO WIP BUILD-8099
38
+ - uses : SonarSource/ci-github-actions/get-build-number@master # dogfood
39
+ - uses : SonarSource/ci-github-actions/promote@master # dogfood
You can’t perform that action at this time.
0 commit comments