Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 1e71322 commit ff3c951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
scan-fossa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: Run FOSSA scan and upload build data
uses: fossa-contrib/[email protected]
with:
Expand All @@ -28,7 +28,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
- name: Setup Go
uses: actions/[email protected]
with:
Expand Down

0 comments on commit ff3c951

Please sign in to comment.