Merge pull request #1137 from PrivateBin/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
El RIDO
2023-08-08 20:18:00 +02:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ jobs:
# Scan runs on ubuntu, mac and windows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# potentially add composer install steo here
- name: Perform Scan
uses: ShiftLeftSecurity/scan-action@master