Skip to content

Commit cd9b927

Browse files
authored
Pinning GitHub actions (#135)
1 parent 0131d78 commit cd9b927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/speakeasy_sdk_generation.yml

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

.github/workflows/speakeasy_sdk_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Publish
77
- RELEASES.md
88
jobs:
99
publish:
10-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
10+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@3fdab59e74dda7831d7401f7aa1bb55d706913d7 # v15
1111
secrets:
1212
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1313
rubygems_auth_token: ${{ secrets.RUBYGEMS_AUTH_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)