Skip to content

Commit e8378a9

Browse files
renovate[bot]ahochsteger
authored andcommitted
build(deps): update other-non-major
1 parent 0aa151b commit e8378a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- id: qa-sonarqube
104104
if: ${{ !github.event.inputs.skip_qa_sonarqube }}
105105
name: QA SonarQube
106-
uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5
106+
uses: SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5
107107
env:
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- id: qa-sonarqube
6868
if: ${{ !github.event.inputs.skip_qa_sonarqube }}
6969
name: QA SonarQube
70-
uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5
70+
uses: SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.10.3/.schema/devbox.schema.json",
33
"packages": [
44
"gojq@0.12.17",
5-
"gh@2.68.1",
5+
"gh@2.69.0",
66
"gettext@0.22.5",
77
"gomplate@4.2.0",
88
"nodejs@23.10.0",

0 commit comments

Comments
 (0)