Skip to content

Commit 5d2d3a3

Browse files
chore(deps): update dependency go to v1.22.2
1 parent 7964785 commit 5d2d3a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
2828
2929
- name: SonarQube Scan
30-
uses: sonarsource/[email protected].2
30+
uses: sonarsource/[email protected].1
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3333
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ydataai/authentication-service
22

33
go 1.22
44

5-
toolchain go1.22.1
5+
toolchain go1.22.2
66

77
require (
88
github.com/coreos/go-oidc/v3 v3.10.0

0 commit comments

Comments
 (0)