Skip to content

Commit 5b638a5

Browse files
committed
Use SHA Hashes
This commit updates workflows that were using tags to instead use SHA hashes to reference actions and workflows Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 51eef2b commit 5b638a5

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
actions: read
1515
contents: read
1616
security-events: write
17-
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
17+
uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@e415dadd0910c901e7a7fabd67bbb355b2324500 # 1

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
- name: Set up gradle
51-
uses: spring-io/spring-gradle-build-action@v2
51+
uses: spring-io/spring-gradle-build-action@efc55f07f4dfa22f2afd97f9ea1be4212eeed737 # v2.0.5
5252
with:
5353
java-version: 17
5454
distribution: temurin

.github/workflows/defer-issues.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ jobs:
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Compute Version
2020
id: compute-version
21-
uses: spring-io/spring-release-actions/compute-version@0.0.4
21+
uses: spring-io/spring-release-actions/compute-version@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
2222
- name: Get Today's Release Version
2323
id: todays-release
24-
uses: spring-io/spring-release-actions/get-todays-release-version@0.0.4
24+
uses: spring-io/spring-release-actions/get-todays-release-version@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
2525
with:
2626
snapshot-version: ${{ steps.compute-version.outputs.version }}
2727
milestone-repository: ${{ github.repository }}
2828
milestone-token: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Compute Next Version
3030
id: next-version
31-
uses: spring-io/spring-release-actions/compute-next-version@0.0.4
31+
uses: spring-io/spring-release-actions/compute-next-version@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
3232
with:
3333
version: ${{ steps.todays-release.outputs.release-version }}
3434
- name: Schedule Next Milestone
35-
uses: spring-io/spring-release-actions/schedule-milestone@0.0.4
35+
uses: spring-io/spring-release-actions/schedule-milestone@2420148725bebe44bd59a575a9b1961ca4459b0b # 0.0.4
3636
with:
3737
version: ${{ steps.next-version.outputs.version }}
3838
version-date: ${{ steps.next-version.outputs.version-date }}

.github/workflows/update-antora-ui-spring.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
branch: [ '5.8.x', '6.2.x', '6.3.x', 'main' ]
2020
steps:
21-
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@415e2b11a766ba64799fffb5c97a4f7e17f677cf
21+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@415e2b11a766ba64799fffb5c97a4f7e17f677cf # v0.0.22
2222
name: Update
2323
with:
2424
docs-branch: ${{ matrix.branch }}
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
name: Update on docs-build
3030
steps:
31-
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@415e2b11a766ba64799fffb5c97a4f7e17f677cf
31+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@415e2b11a766ba64799fffb5c97a4f7e17f677cf # v0.0.22
3232
name: Update
3333
with:
3434
docs-branch: 'docs-build'

0 commit comments

Comments
 (0)