mirror of
https://github.com/actions/checkout.git
synced 2025-04-20 09:36:45 +00:00
Pin actions/checkout's own workflows to a known, good, stable version.
This commit is contained in:
parent
b17fe1e4d5
commit
64c7eac3cb
5 changed files with 11 additions and 11 deletions
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
|
@ -9,6 +9,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4.1.6
|
||||
- run: npm ci
|
||||
- run: npm run licensed-check
|
Loading…
Add table
Add a link
Reference in a new issue