File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 1818 permissions :
1919 pull-requests : write
2020 steps :
21- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222 with :
2323 persist-credentials : false # should be fine, we give another token for PR creation
2424
4141 OXLINT_VERSION : ${{ inputs.version }}
4242 run : npm version ${OXLINT_VERSION} --no-git-tag-version
4343
44- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
44+ - uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
4545 with :
4646 # bot account with PAT required for triggering workflow runs
4747 # See https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 security-events : write
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626 with :
2727 persist-credentials : false
2828
29- - uses : taiki-e/install-action@0be4756f42223b67aa4b7df5effad59010cbf4b9 # v2.62.51
29+ - uses : taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2.62.56
3030 with :
3131 tool : zizmor
3232
3636 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : Upload SARIF file
39- uses : github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
39+ uses : github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
4040 with :
4141 sarif_file : results.sarif
4242 category : zizmor
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2727 with :
2828 persist-credentials : false
2929
Original file line number Diff line number Diff line change 1414 contents : write
1515 id-token : write # for `npm publish --provenance`
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818 with :
1919 fetch-depth : 0
2020 persist-credentials : true
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818 with :
1919 persist-credentials : false
2020
You can’t perform that action at this time.
0 commit comments