Skip to content

Commit f2aff1f

Browse files
committed
chore (deps) : bump jnr-unixsocket to v0.38.23
Signed-off-by: Rohan Kumar <[email protected]>
1 parent 6b3a2e8 commit f2aff1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonar-pr-analysis-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Get PR number
4444
run: |
4545
PR_QUERY_RESULT=$(curl -s -H "Authorization: token $GITHUB_TOKEN" \
46-
"https://api.github.com/repos/$GITHUB_REPO/pulls?head=$GITHUB_PR_AUTHOR:$BRANCH&state=open" | jq '.[0].number')
46+
"https://api.github.com/repos/$GITHUB_REPO/pulls?head=$GITHUB_PR_AUTHOR:$GITHUB_BASE_REF&state=open" | jq '.[0].number')
4747
echo "PR_NUMBER=$PR_QUERY_RESULT" >> $GITHUB_ENV
4848
- name: Publish analysis on PR
4949
run: |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<httpclient.version>4.5.13</httpclient.version>
7676
<jib-core.version>0.27.3</jib-core.version>
7777
<jnr-jffi.version>1.3.11</jnr-jffi.version>
78-
<jnr-unixsocket.version>0.38.19</jnr-unixsocket.version>
78+
<jnr-unixsocket.version>0.38.23</jnr-unixsocket.version>
7979
<junit.jupiter.version>5.8.2</junit.jupiter.version>
8080
<maven.version>3.8.8</maven.version>
8181
<minimum.maven.version>3.3.9</minimum.maven.version>

0 commit comments

Comments
 (0)