Skip to content

Commit 925c9f5

Browse files
build(deps): update other-major
1 parent 077e5d2 commit 925c9f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- id: sonarcloud
8686
if: ${{ !github.event.inputs.skip_sonarcloud }}
8787
name: SonarCloud Scan
88-
uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4
88+
uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- id: sonarcloud
5858
if: ${{ env.SONAR_TOKEN && !github.event.inputs.skip_sonarcloud }}
5959
name: SonarCloud Scan
60-
uses: sonarsource/sonarcloud-github-action@02ef91109b2d589e757aefcfb2854c2783fd7b19 # v4
60+
uses: sonarsource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8 # v5
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

devbox.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"gojq@0",
55
"gh@2",
66
"gettext@0",
7-
"gomplate@3",
7+
"gomplate@4.2.0",
88
"google-clasp@2",
9-
"nodejs@22",
10-
"renovate@latest",
9+
"nodejs@23.8.0",
10+
"renovate@39.153.1",
1111
"antlr@4",
1212
"qpdf@11",
1313
"wkhtmltopdf-bin@0"

0 commit comments

Comments
 (0)