Skip to content

Commit

Permalink
Update security.yml (#249)
Browse files Browse the repository at this point in the history
Fixes #243 - updates actions/checkout to v2
  • Loading branch information
kmcquade authored Jan 6, 2022
1 parent eeae523 commit 6d525b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: detect secrets
uses: edplato/trufflehog-actions-scan@master
with:
Expand Down

0 comments on commit 6d525b1

Please sign in to comment.