|
2 | 2 | #
|
3 | 3 | # devctl
|
4 | 4 | #
|
5 |
| -# https://github.com/giantswarm/devctl/blob/7a2bb1c2403407b720ec16e047f804471a57209e/pkg/gen/input/workflows/internal/file/create_release.yaml.template |
| 5 | +# https://github.com/giantswarm/devctl/blob/1a381db95a01773e471818a4ce56ad16ad5d6111/pkg/gen/input/workflows/internal/file/create_release.yaml.template |
6 | 6 | #
|
7 | 7 | name: Create Release
|
8 | 8 | on:
|
|
54 | 54 | echo "version=${version}" >> $GITHUB_OUTPUT
|
55 | 55 | - name: Checkout code
|
56 | 56 | if: ${{ steps.get_version.outputs.version != '' }}
|
57 |
| - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
| 57 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
58 | 58 | - name: Get project.go path
|
59 | 59 | id: get_project_go_path
|
60 | 60 | if: ${{ steps.get_version.outputs.version != '' }}
|
@@ -103,7 +103,7 @@ jobs:
|
103 | 103 | tarball_binary_path: "*/src/${binary}"
|
104 | 104 | smoke_test: "${binary} --version"
|
105 | 105 | - name: Checkout code
|
106 |
| - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
| 106 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
107 | 107 | - name: Update project.go
|
108 | 108 | id: update_project_go
|
109 | 109 | env:
|
@@ -163,7 +163,7 @@ jobs:
|
163 | 163 | upload_url: ${{ steps.create_gh_release.outputs.upload_url }}
|
164 | 164 | steps:
|
165 | 165 | - name: Checkout code
|
166 |
| - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
| 166 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
167 | 167 | with:
|
168 | 168 | ref: ${{ github.sha }}
|
169 | 169 | - name: Ensure correct version in project.go
|
@@ -216,7 +216,7 @@ jobs:
|
216 | 216 | tarball_binary_path: "*/src/${binary}"
|
217 | 217 | smoke_test: "${binary} --version"
|
218 | 218 | - name: Check out the repository
|
219 |
| - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 |
| 219 | + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
220 | 220 | with:
|
221 | 221 | fetch-depth: 0 # Clone the whole history, not just the most recent commit.
|
222 | 222 | - name: Fetch all tags and branches
|
|
0 commit comments