Skip to content

Commit aaafee1

Browse files
committed
ci: pin github actions
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 635d9ac commit aaafee1

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.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@0.32.0
13+
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@f5847cb398fe65d53794e6aba98ebdfa0801f691 # 0.32.0
1414
permissions:
1515
contents: read
1616
issues: write

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
url: ${{ steps.deployment.outputs.url }}
3838
steps:
3939
- id: deployment
40-
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.21.1
40+
uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@5ff7d4c3910971ed53834becd5967271b4e228cf # 0.21.1
4141
with:
4242
build-path: application/dist
4343
build-artifact-id: ${{ needs.ci.outputs.build-artifact-id }}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ on:
1515
"By default, the commit entered above is compared to the one directly
1616
before it; to go back further, enter an earlier SHA here"
1717
required: false
18-
1918
permissions: {}
20-
2119
jobs:
2220
main:
23-
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.32.0
21+
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@f5847cb398fe65d53794e6aba98ebdfa0801f691 # 0.32.0
2422
permissions:
2523
contents: read
2624
issues: write

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

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

1212
jobs:
1313
main:
14-
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.32.0
14+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@f5847cb398fe65d53794e6aba98ebdfa0801f691 # 0.32.0
1515
permissions:
1616
contents: write
1717
pull-requests: 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@0.32.0
11+
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@f5847cb398fe65d53794e6aba98ebdfa0801f691 # 0.32.0
1212
permissions:
1313
issues: write
1414
pull-requests: write

0 commit comments

Comments
 (0)