File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 contents : read
3232 steps :
3333 - run : echo '${{ github.actor }}'
34- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
34+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3535 with :
3636 # fetch all tags which are required for `pnpm release:changelog`
3737 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 security-events : write
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
19+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2020 # Initializes the CodeQL tools for scanning.
2121 - name : Initialize CodeQL
2222 uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
Original file line number Diff line number Diff line change 99 publish :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
12+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
1313 with :
1414 fetch-depth : 0
1515 - name : Set up pnpm
Original file line number Diff line number Diff line change 3535 name : npm-publish
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
38+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3939 with :
4040 ref : ${{ inputs.sha }}
4141 fetch-depth : 0 # Fetch full history for proper git operations
Original file line number Diff line number Diff line change 2222 actions : read
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2626 with :
2727 persist-credentials : false
2828 - name : Run analysis
Original file line number Diff line number Diff line change 1212 contents : read
1313 pull-requests : write
1414 steps :
15- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
15+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
1616 - name : Extract Vale version from pnpm-lock.yaml
1717 id : vale-version
1818 run : |
You can’t perform that action at this time.
0 commit comments