Skip to content

Commit 893ada6

Browse files
authored
Merge pull request #25 from telekom-mms/renovate/pin-dependencies
Pin telekom-mms/.github action to ac2257e
2 parents 757e96b + f5a8a25 commit 893ada6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
deploy:
1111
# docs: https://github.com/telekom-mms/.github#publish-collection-to-ansible-galaxy
12-
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@main
12+
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@ac2257e2da733bb1a3c1da5c9b7b2b4cf88c5c3c # main
1313
secrets:
1414
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
1515
GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
release:
1212
# docs: https://github.com/telekom-mms/.github#release
1313
if: github.repository != '$TEMPLATE_REPOSITORY'
14-
uses: telekom-mms/.github/.github/workflows/release.yml@main
14+
uses: telekom-mms/.github/.github/workflows/release.yml@ac2257e2da733bb1a3c1da5c9b7b2b4cf88c5c3c # main
1515
secrets:
1616
GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }}

0 commit comments

Comments
 (0)