File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ jobs:
30
30
build-test-macos :
31
31
runs-on : macOS-latest
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
34
34
with :
35
35
submodules : true
36
36
37
37
# https://cashapp.github.io/hermit/usage/ci/
38
38
- name : Init Hermit
39
- uses : cashapp/activate-hermit@v1
39
+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
40
40
with :
41
41
cache : true
42
42
@@ -52,13 +52,13 @@ jobs:
52
52
contents : read
53
53
runs-on : ubuntu-latest
54
54
steps :
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
56
56
with :
57
57
submodules : true
58
58
59
59
# https://cashapp.github.io/hermit/usage/ci/
60
60
- name : Init Hermit
61
- uses : cashapp/activate-hermit@v1
61
+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
62
62
with :
63
63
cache : true
64
64
@@ -104,15 +104,15 @@ jobs:
104
104
SONATYPE_CENTRAL_PASSWORD : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
105
105
106
106
- name : Upload coverage reports to Codecov
107
- uses : codecov/codecov-action@v5
107
+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
108
108
with :
109
109
token : ${{ secrets.CODECOV_TOKEN }}
110
110
verbose : true
111
111
flags : ${{ runner.os }}
112
112
use_oidc : true
113
113
114
114
- name : Upload JUnit tests report
115
- uses : actions/upload-artifact@v4
115
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
116
116
with :
117
117
name : tests-report-junit
118
118
path : |
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
48
48
49
49
steps :
50
50
- name : Checkout repository
51
- uses : actions/checkout@v4
51
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@v3
55
+ uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
# If you wish to specify custom queries, you can do so here or in a config file.
78
78
79
79
# Custom build below
80
80
- name : Init Hermit
81
- uses : cashapp/activate-hermit@v1
81
+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
82
82
with :
83
83
cache : true
84
84
- name : Build, Test, and Verify
88
88
# End of custom build
89
89
90
90
- name : Perform CodeQL Analysis
91
- uses : github/codeql-action/analyze@v3
91
+ uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
92
92
with :
93
93
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
release-publish-maven-central :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25
25
with :
26
26
submodules : true
27
27
28
28
# https://cashapp.github.io/hermit/usage/ci/
29
29
- name : Init Hermit
30
- uses : cashapp/activate-hermit@v1
30
+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
31
31
32
- - uses : actions/cache@v4
32
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
33
33
with :
34
34
path : ~/.m2/repository
35
35
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
79
79
SONATYPE_CENTRAL_PASSWORD : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
80
80
81
81
- name : Create GitHub Release
82
- uses : softprops/action-gh-release@v2
82
+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
83
83
with :
84
84
tag_name : v${{ github.event.inputs.version }}
85
85
draft : false
You can’t perform that action at this time.
0 commit comments