Skip to content

Commit

Permalink
chore: set depcheck dependencies pinning for lambda client-registrati…
Browse files Browse the repository at this point in the history
…on (#573)
  • Loading branch information
giuseppe-gangemi authored Dec 16, 2024
1 parent 2b38e72 commit 48a9a54
Show file tree
Hide file tree
Showing 4 changed files with 2,230 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-lambda-client-registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,17 @@ jobs:
java-version: '21'
cache: 'maven'

- name: Set up Maven settings.xml
env:
GH_TOKEN_READ_PACKAGES: ${{ secrets.GH_TOKEN_READ_PACKAGES }}
GH_TOKEN_READ_PACKAGES_USER: ${{ secrets.GH_TOKEN_READ_PACKAGES_USER }}
shell: bash
run: |
echo "<settings><servers><server><id>github</id><username>${{ secrets.GH_TOKEN_READ_PACKAGES_USER }}</username><password>${{ secrets.GH_TOKEN_READ_PACKAGES }}</password></server></servers></settings>" >> src/oneid/settings.xml
- name: Build with Maven
working-directory: src/oneid
run: ./mvnw -f pom.xml -B package -Dnative -DskipTests -Dquarkus.native.container-build=true -P oneid-lambda-client-registration-aggregate
run: ./mvnw -f pom.xml -B package -Dnative -DskipTests -Dquarkus.native.container-build=true -P oneid-lambda-client-registration-aggregate -s settings.xml

- name: Archive build artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
Expand Down
11 changes: 11 additions & 0 deletions src/oneid/oneid-lambda-client-registration/dep-sha256-man.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"dependencies": [
{
"id": "com.aayushatharva.brotli4j:native-linux-x86_64:jar:1.16.0",
"artifactId": "native-linux-x86_64",
"groupId": "com.aayushatharva.brotli4j",
"version": "1.16.0",
"sha256": "tpM8OJhX4af0AEVQls7AHudr5z1RqfsRZNJwDT0xBU0="
}
]
}
Loading

0 comments on commit 48a9a54

Please sign in to comment.