|
25 | 25 |
|
26 | 26 | steps: |
27 | 27 | - name: Checkout |
28 | | - uses: actions/checkout@v6 |
| 28 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
29 | 29 | with: |
30 | 30 | fetch-depth: 0 |
31 | 31 |
|
@@ -53,14 +53,14 @@ jobs: |
53 | 53 | -x '*.DS_Store' |
54 | 54 |
|
55 | 55 | - name: Upload artifact |
56 | | - uses: actions/upload-artifact@v7 |
| 56 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
57 | 57 | with: |
58 | 58 | name: temporal-developer-skill |
59 | 59 | path: temporal-developer-skill.zip |
60 | 60 |
|
61 | 61 | - name: Create release |
62 | 62 | if: steps.tag_check.outputs.exists == 'false' |
63 | | - uses: softprops/action-gh-release@v3 |
| 63 | + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 |
64 | 64 | with: |
65 | 65 | tag_name: ${{ steps.version.outputs.tag }} |
66 | 66 | name: ${{ steps.version.outputs.tag }} |
@@ -89,19 +89,19 @@ jobs: |
89 | 89 | steps: |
90 | 90 | - name: Generate token from GitHub App |
91 | 91 | id: app-token |
92 | | - uses: actions/create-github-app-token@v3 |
| 92 | + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 |
93 | 93 | with: |
94 | 94 | app-id: ${{ secrets.SKILL_T_DEV_APP_ID }} |
95 | 95 | private-key: ${{ secrets.SKILL_T_DEV_KEY }} |
96 | 96 | owner: ${{ github.repository_owner }} |
97 | 97 |
|
98 | 98 | - name: Checkout source |
99 | | - uses: actions/checkout@v6 |
| 99 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
100 | 100 | with: |
101 | 101 | fetch-depth: 0 |
102 | 102 |
|
103 | 103 | - name: Checkout target repo |
104 | | - uses: actions/checkout@v6 |
| 104 | + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 |
105 | 105 | with: |
106 | 106 | repository: ${{ matrix.repo }} |
107 | 107 | token: ${{ steps.app-token.outputs.token }} |
|
0 commit comments