Skip to content

Commit

Permalink
Merge pull request #27 from johnsonjh/renovate/actions-checkout-2.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v2
  • Loading branch information
johnsonjh authored Jan 7, 2021
2 parents e6d4241 + 159e095 commit 34daced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/shiftleft-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
Scan-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Perform Scan
uses: ShiftLeftSecurity/scan-action@master
env:
Expand Down

0 comments on commit 34daced

Please sign in to comment.