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:
3030 build-test-macos :
3131 runs-on : macOS-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434 with :
3535 submodules : true
3636
3737 # https://cashapp.github.io/hermit/usage/ci/
3838 - name : Init Hermit
39- uses : cashapp/activate-hermit@v1
39+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
4040 with :
4141 cache : true
4242
@@ -52,13 +52,13 @@ jobs:
5252 contents : read
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5656 with :
5757 submodules : true
5858
5959 # https://cashapp.github.io/hermit/usage/ci/
6060 - name : Init Hermit
61- uses : cashapp/activate-hermit@v1
61+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
6262 with :
6363 cache : true
6464
@@ -104,15 +104,15 @@ jobs:
104104 SONATYPE_CENTRAL_PASSWORD : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
105105
106106 - name : Upload coverage reports to Codecov
107- uses : codecov/codecov-action@v5
107+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
108108 with :
109109 token : ${{ secrets.CODECOV_TOKEN }}
110110 verbose : true
111111 flags : ${{ runner.os }}
112112 use_oidc : true
113113
114114 - name : Upload JUnit tests report
115- uses : actions/upload-artifact@v4
115+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
116116 with :
117117 name : tests-report-junit
118118 path : |
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
4848
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
55- uses : github/codeql-action/init@v3
55+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3
5656 with :
5757 languages : ${{ matrix.language }}
5858 # If you wish to specify custom queries, you can do so here or in a config file.
7878
7979 # Custom build below
8080 - name : Init Hermit
81- uses : cashapp/activate-hermit@v1
81+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
8282 with :
8383 cache : true
8484 - name : Build, Test, and Verify
8888 # End of custom build
8989
9090 - name : Perform CodeQL Analysis
91- uses : github/codeql-action/analyze@v3
91+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3
9292 with :
9393 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 release-publish-maven-central :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525 with :
2626 submodules : true
2727
2828 # https://cashapp.github.io/hermit/usage/ci/
2929 - name : Init Hermit
30- uses : cashapp/activate-hermit@v1
30+ uses : cashapp/activate-hermit@e49f5cb4dd64ff0b0b659d1d8df499595451155a # v1
3131
32- - uses : actions/cache@v4
32+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3333 with :
3434 path : ~/.m2/repository
3535 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
7979 SONATYPE_CENTRAL_PASSWORD : ${{ secrets.SONATYPE_CENTRAL_PASSWORD }}
8080
8181 - name : Create GitHub Release
82- uses : softprops/action-gh-release@v2
82+ uses : softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2
8383 with :
8484 tag_name : v${{ github.event.inputs.version }}
8585 draft : false
You can’t perform that action at this time.
0 commit comments