Skip to content

Commit a66b837

Browse files
committed
Bump versions
1 parent 4526647 commit a66b837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Then, set up this Action as a step in your Actions workflow, e.g. for a typical
1515

1616
```yaml
1717
- name: Run SpotBugs with FindSecBugs
18-
uses: advanced-security/spotbugs-findsecbugs-action@33c1fbec0ef4c37b5d32fc41b072bb624962d5d8 # v1.0.6
18+
uses: advanced-security/spotbugs-findsecbugs-action@45266478cb8627da923977dacd1fa413fdb616a5 # v1.0.6
1919
```
2020
2121
## Inputs

starter-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sbt publishLocal
3333
# now run SpotBugs and upload the results to Code Scanning
3434
- name: Run SpotBugs with FindSecBugs
35-
uses: advanced-security/spotbugs-findsecbugs-action@33c1fbec0ef4c37b5d32fc41b072bb624962d5d8 # v1.0.6
35+
uses: advanced-security/spotbugs-findsecbugs-action@45266478cb8627da923977dacd1fa413fdb616a5 # v1.0.6
3636
with:
3737
# set these appropriately for your project - the defaults are shown here for context
3838
# make sure to set a SHA256 checksum that matches the version you want to use of SpotBugs

0 commit comments

Comments
 (0)