Skip to content

Commit dee746e

Browse files
authored
Merge pull request #46 from StackOneHQ/eng-11298/pinning-github-actions
Pinning GitHub actions
2 parents 1375bbe + 47aaee7 commit dee746e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
- cron: 0 0 * * 0
1919
jobs:
2020
generate:
21-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
21+
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@3fdab59e74dda7831d7401f7aa1bb55d706913d7 # v15
2222
with:
2323
force: ${{ github.event.inputs.force }}
2424
mode: pr

.github/workflows/sdk_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
- '*/RELEASES.md'
1414
jobs:
1515
publish:
16-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
16+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@3fdab59e74dda7831d7401f7aa1bb55d706913d7 # v15
1717
secrets:
1818
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1919
packagist_token: ${{ secrets.PACKAGIST_TOKEN }}

.github/workflows/tagging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
workflow_dispatch: {}
1313
jobs:
1414
tag:
15-
uses: speakeasy-api/sdk-generation-action/.github/workflows/tag.yaml@v15
15+
uses: speakeasy-api/sdk-generation-action/.github/workflows/tag.yaml@3fdab59e74dda7831d7401f7aa1bb55d706913d7 # v15
1616
with:
1717
registry_tags: main
1818
secrets:

0 commit comments

Comments
 (0)