Skip to content

Commit

Permalink
Merge branch 'apache:master' into layered_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Jun 30, 2023
2 parents d5e17e8 + 3a4e2ec commit cb09fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # 2.1.3
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # 2.2.0
with:
results_file: results.sarif
results_format: sarif
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-testlib</artifactId>
<version>32.0.1-jre</version>
<version>32.1.0-jre</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
Bump pmd from 6.46.0 to 6.52.0 #318, #327, #333, #347.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump guava-testlib from 31.1-jre to 32.0.1-jre #394, #395.
Bump guava-testlib from 31.1-jre to 32.1.0-jre #394, #395, #404.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
Expand Down

0 comments on commit cb09fbe

Please sign in to comment.