Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.springdoc-springdoc-o…
Browse files Browse the repository at this point in the history
…penapi-starter-webmvc-ui-2.8.4
  • Loading branch information
tommystendahl authored Jan 28, 2025
2 parents 213baab + 6acb59d commit 8638131
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
if-no-files-found: 'ignore'

- name: Upload coverage to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
sarif_file: results.sarif

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<org.apache.httpcomponents.client.version>5.4.1</org.apache.httpcomponents.client.version>
<org.bouncycastle.bcpkix-jdk18on.version>1.80</org.bouncycastle.bcpkix-jdk18on.version>
<org.hdrhistogram.version>2.2.2</org.hdrhistogram.version>
<org.springframework.boot.version>3.4.1</org.springframework.boot.version>
<org.springframework.boot.version>3.4.2</org.springframework.boot.version>
<org.yaml.snakeyaml.version>2.3</org.yaml.snakeyaml.version>
<slf4j.version>2.0.16</slf4j.version>
<springdoc.openapi-starter-webmvc-ui.version>2.8.4</springdoc.openapi-starter-webmvc-ui.version>
Expand Down

0 comments on commit 8638131

Please sign in to comment.