File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 NPM_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
1818 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 token : ${{ secrets.GH_TOKEN }}
2323 - name : Install Node.js
24- uses : actions/setup-node@v3
24+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2525 with :
2626 node-version : 18
2727 - name : Install packages
You can’t perform that action at this time.
0 commit comments