Skip to content

Commit 2065343

Browse files
Pin telekom-mms/.github action to 40ee195
1 parent 13f789a commit 2065343

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
call-codespell:
12-
uses: telekom-mms/.github/.github/workflows/codespell.yml@main
12+
uses: telekom-mms/.github/.github/workflows/codespell.yml@40ee195ccf088edef5ac26b63ae8c5a32176022c # main

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
call-linting:
12-
uses: telekom-mms/.github/.github/workflows/terraform_linting.yml@main
12+
uses: telekom-mms/.github/.github/workflows/terraform_linting.yml@40ee195ccf088edef5ac26b63ae8c5a32176022c # main

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ env:
1111
jobs:
1212
call-readme:
1313
if: github.repository != '$TEMPLATE_REPOSITORY'
14-
uses: telekom-mms/.github/.github/workflows/terraform_docs.yml@main
14+
uses: telekom-mms/.github/.github/workflows/terraform_docs.yml@40ee195ccf088edef5ac26b63ae8c5a32176022c # main
1515
call-release:
1616
if: github.repository != '$TEMPLATE_REPOSITORY'
17-
uses: telekom-mms/.github/.github/workflows/release.yml@main
17+
uses: telekom-mms/.github/.github/workflows/release.yml@40ee195ccf088edef5ac26b63ae8c5a32176022c # main
1818
secrets:
1919
GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }}
2020
with:

.github/workflows/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ env:
1313
jobs:
1414
call-settings:
1515
if: github.repository != '$TEMPLATE_REPOSITORY'
16-
uses: telekom-mms/.github/.github/workflows/github_repository.yml@main
16+
uses: telekom-mms/.github/.github/workflows/github_repository.yml@40ee195ccf088edef5ac26b63ae8c5a32176022c # main
1717
secrets:
1818
GH_APP_CREDENTIALS_TOKEN: ${{ secrets.GH_APP_CREDENTIALS_TOKEN }}

.github/workflows/terrascan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
call-terrascan:
1313
if: github.repository != '$TEMPLATE_REPOSITORY'
14-
uses: telekom-mms/.github/.github/workflows/terrascan.yml@main
14+
uses: telekom-mms/.github/.github/workflows/terrascan.yml@40ee195ccf088edef5ac26b63ae8c5a32176022c # main
1515
with:
1616
iac_type: terraform
1717
iac_dir: ./tests

.github/workflows/terratest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
call-terratest:
1313
if: github.repository != '$TEMPLATE_REPOSITORY'
14-
uses: telekom-mms/.github/.github/workflows/terratest.yml@main
14+
uses: telekom-mms/.github/.github/workflows/terratest.yml@40ee195ccf088edef5ac26b63ae8c5a32176022c # main
1515
with:
1616
test: azure
1717
secrets:

0 commit comments

Comments
 (0)