Skip to content

Commit da5babc

Browse files
authored
Merge pull request #80 from ksoclabs/renovate/actions-checkout-3.x
Update actions/checkout action to v3.6.0
2 parents 14bb166 + dad8ffd commit da5babc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
scan-fossa:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3.5.3
19+
- uses: actions/checkout@v3.6.0
2020
- name: Run FOSSA scan and upload build data
2121
uses: fossa-contrib/[email protected]
2222
with:
@@ -30,7 +30,7 @@ jobs:
3030
security-events: write
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v3.5.3
33+
uses: actions/checkout@v3.6.0
3434
- name: Setup Go
3535
uses: actions/[email protected]
3636
with:

0 commit comments

Comments
 (0)