Skip to content

Commit df7e4f6

Browse files
Pin dependencies
1 parent 2ac8bc5 commit df7e4f6

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@fdcc8476540edceab3de004e990f80d881c6cc00 # 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: |

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@96f518a34f7a870018057716cc4d7a5c014bd61c # 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.
@@ -78,7 +78,7 @@ jobs:
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
@@ -88,6 +88,6 @@ jobs:
8888
# End of custom build
8989

9090
- name: Perform CodeQL Analysis
91-
uses: github/codeql-action/analyze@v3
91+
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
9292
with:
9393
category: "/language:${{matrix.language}}"

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3333
with:
3434
path: ~/.m2/repository
3535
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -79,7 +79,7 @@ jobs:
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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
8383
with:
8484
tag_name: v${{ github.event.inputs.version }}
8585
draft: false

0 commit comments

Comments
 (0)