From 8544840f06397058d7fb45d22d30c4099ae1ceae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 05:27:27 +0000 Subject: [PATCH] chore(deps): pin technology-studio/github-workflows action to 45c6d0d --- .github/workflows/code.yml | 4 ++-- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 1fe5c25c..2cce4941 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -11,9 +11,9 @@ on: jobs: code-quality: name: "Code quality" - uses: technology-studio/github-workflows/.github/workflows/_code-quality.yml@main + uses: technology-studio/github-workflows/.github/workflows/_code-quality.yml@45c6d0da456aff0525690d86cac745bc75a96a85 # main secrets: inherit type-check: name: "Type check" - uses: technology-studio/github-workflows/.github/workflows/_type-check.yml@main + uses: technology-studio/github-workflows/.github/workflows/_type-check.yml@45c6d0da456aff0525690d86cac745bc75a96a85 # main secrets: inherit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index fe2cb233..2661a539 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ permissions: jobs: semantic-title: name: 'Semantic title' - uses: technology-studio/github-workflows/.github/workflows/_semantic-title.yml@main + uses: technology-studio/github-workflows/.github/workflows/_semantic-title.yml@45c6d0da456aff0525690d86cac745bc75a96a85 # main secrets: TXO_SLACK_BOT_APP_TOKEN: ${{ secrets.TXO_SLACK_BOT_APP_TOKEN }} TXO_SLACK_GITHUB_OPS_CHANNEL_ID: ${{ secrets.TXO_SLACK_GITHUB_OPS_CHANNEL_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79c85e62..78c34852 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ permissions: jobs: release: name: 'Release' - uses: technology-studio/github-workflows/.github/workflows/_release.yml@main + uses: technology-studio/github-workflows/.github/workflows/_release.yml@45c6d0da456aff0525690d86cac745bc75a96a85 # main secrets: SEMANTIC_RELEASE_SLACK_WEBHOOK: ${{ secrets.SEMANTIC_RELEASE_SLACK_WEBHOOK }} TXO_SLACK_BOT_APP_TOKEN: ${{ secrets.TXO_SLACK_BOT_APP_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b8e7e00..3ce1332d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,5 +15,5 @@ permissions: jobs: unit: name: 'Unit test' - uses: technology-studio/github-workflows/.github/workflows/_unit-test.yml@main + uses: technology-studio/github-workflows/.github/workflows/_unit-test.yml@45c6d0da456aff0525690d86cac745bc75a96a85 # main secrets: inherit