|
11 | 11 | name: Wait for status checks |
12 | 12 | runs-on: ubuntu-latest |
13 | 13 | steps: |
14 | | - - uses: actions/checkout@v4 |
| 14 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
15 | 15 | - run: sleep 13 |
16 | 16 | - name: 'Wait for status checks' |
17 | 17 | id: waitforstatuschecks |
|
34 | 34 | docker_versions: ${{ steps.generate-version-strategy.outputs.docker_versions }} |
35 | 35 | tag_versions: ${{ steps.generate-version-strategy.outputs.tag_versions }} |
36 | 36 | steps: |
37 | | - - uses: actions/checkout@v4 |
38 | | - - uses: WyriHaximus/github-action-break-up-semver@v1 |
| 37 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
| 38 | + - uses: WyriHaximus/github-action-break-up-semver@04d837a8e3d26dff8f9cbf318c1b73e4f937b906 # v1 |
39 | 39 | id: breakupsemver |
40 | 40 | with: |
41 | 41 | version: ${{ env.MILESTONE }} |
|
59 | 59 | changelog: ${{ steps.changelog.outputs.changelog }} |
60 | 60 | steps: |
61 | 61 | - name: Generate changelog |
62 | | - uses: WyriHaximus/github-action-jwage-changelog-generator@v1 |
| 62 | + uses: WyriHaximus/github-action-jwage-changelog-generator@ede372670d88c4afefdffbcba5527e9e3a37778a # v1 |
63 | 63 | id: changelog |
64 | 64 | env: |
65 | 65 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
@@ -102,7 +102,7 @@ jobs: |
102 | 102 | version: ${{ fromJson(needs.generate-version-strategy.outputs.tag_versions) }} |
103 | 103 | runs-on: ubuntu-latest |
104 | 104 | steps: |
105 | | - - uses: actions/checkout@v4 |
| 105 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
106 | 106 | - name: Create release/${{ matrix.version }} branch |
107 | 107 | run: git checkout -b release/${{ matrix.version }} ${GITHUB_SHA} |
108 | 108 | - run: sed -i 's/master/${{ matrix.version }}/g' Dockerfile |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | - run: git commit -F release-${{ matrix.version }}-changelog.md |
133 | 133 | - run: git tag -F release-${{ matrix.version }}-changelog.md ${{ matrix.version }} |
134 | 134 | - name: Push changes |
135 | | - |
| 135 | + uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0 |
136 | 136 | with: |
137 | 137 | tags: true |
138 | 138 | branch: release/${{ matrix.version }} |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | prerelease: false |
163 | 163 | commitish: release/${{ matrix.version }} |
164 | 164 | - name: Delete release/${{ matrix.version }} branch |
165 | | - uses: dawidd6/action-delete-branch@v3 |
| 165 | + uses: dawidd6/action-delete-branch@d1efac9a6f7a9b408d4e8ff663a99c1fbac17b3f # v3 |
166 | 166 | with: |
167 | 167 | github_token: ${{github.token}} |
168 | 168 | branches: release/${{ matrix.version }} |
0 commit comments