Skip to content

Commit d096082

Browse files
deps: update ossf/scorecard-action action to v2.3.3 (#3304)
* deps: update ossf/scorecard-action action to v2.3.3 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c659523 commit d096082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
40+
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5353
If you are using Gradle 5.x or later, add this to your dependencies:
5454

5555
```Groovy
56-
implementation platform('com.google.cloud:libraries-bom:26.38.0')
56+
implementation platform('com.google.cloud:libraries-bom:26.39.0')
5757
5858
implementation 'com.google.cloud:google-cloud-bigquery'
5959
```

0 commit comments

Comments
 (0)