Skip to content

Commit

Permalink
Combined dependency updates (2024-08-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.springframework:spring-web from 6.1.10 to 6.1.11 in /dashgit-updater](#87)
- [Bump javiertuya/sonarqube-action from 1.3.2 to 1.4.0](#86)
- [Bump actions/upload-artifact from 4.3.3 to 4.3.4](#85)
- [Bump actions/download-artifact from 4.1.7 to 4.1.8](#84)
- [Bump the web-manual-updates group in /dashgit-web/app with 2 updates](#83)
- [Bump mocha from 10.5.2 to 10.7.0 in /dashgit-web/test](#82)
  • Loading branch information
javiertuya authored Aug 3, 2024
1 parent b69b13b commit 854d3a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
npm run report
- name: Publish test report files
if: success() || failure() # always run even if the previous step fails
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
name: "test-ut-report-files"
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
- if: github.event.pull_request.head.repo.fork
name: Failing job that is executed from forked repo
run: exit 1
- uses: javiertuya/sonarqube-action@v1.3.2
- uses: javiertuya/sonarqube-action@v1.4.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- if: success()
run: echo "true" > test-it-status-${{ matrix.scope }}.txt

- uses: actions/upload-artifact@v4.3.3
- uses: actions/upload-artifact@v4.3.4
if: success() || failure()
with:
name: test-it-status-${{ matrix.scope }}
Expand All @@ -181,7 +181,7 @@ jobs:
if: success() || failure()
steps:
- name: Download statuses from artifacts generated by matrix
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
with:
merge-multiple: true
pattern: test-it-status-*
Expand Down
2 changes: 1 addition & 1 deletion dashgit-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.10</version>
<version>6.1.11</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down
4 changes: 2 additions & 2 deletions dashgit-web/app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"type": "module",
"dependencies": {
"@octokit/rest": "21.0.0",
"@octokit/rest": "21.0.1",
"@octokit/graphql": "8.1.1",
"@gitbeaker/rest": "40.0.3"
"@gitbeaker/rest": "40.1.2"
}
}
2 changes: 1 addition & 1 deletion dashgit-web/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"report": "mocha Test*.js --reporter mochawesome"
},
"dependencies": {
"mocha": "10.5.2",
"mocha": "10.7.0",
"chai": "5.1.1",
"mochawesome": "7.1.3"
}
Expand Down

0 comments on commit 854d3a5

Please sign in to comment.