File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ inputs:
1414 pnpm-version :
1515 description : pnpm version
1616 required : false
17- default : ' 10.27'
17+ default : ' 10.27.0 '
1818 working-directory :
1919 description : Working directory for the project
2020 required : true
Original file line number Diff line number Diff line change 1212 branches : [main, develop]
1313 schedule :
1414 # Run weekly on Sundays at 00:00 UTC
15- - cron : ' 0 0 * * 0'
15+ - cron : " 0 0 * * 0"
1616 workflow_dispatch :
1717
1818permissions :
6767 - name : Perform CodeQL Analysis
6868 uses : github/codeql-action/analyze@v4
6969 with :
70- category : ' /language:${{ matrix.language }}'
70+ category : " /language:${{ matrix.language }}"
7171
7272 # ===========================================================================
7373 # npm Audit
9090 - name : Setup pnpm
9191 uses : pnpm/action-setup@v4
9292 with :
93- version : 10.27
93+ version : 10.27.0
9494
9595 - name : Audit ${{ matrix.project }}
9696 working-directory : ${{ matrix.project }}
You can’t perform that action at this time.
0 commit comments