File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 - name : Use Node.js
21- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
21+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
2222 with :
2323 node-version : 22.x
2424 - name : Check PR title
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Send issue notification to Slack
1616 if : github.event_name == 'issues'
17- uses : slackapi/slack-github-action@v2.1 .1
17+ uses : slackapi/slack-github-action@v3.0 .1
1818 with :
1919 webhook : ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }}
2020 webhook-type : incoming-webhook
2727
2828 - name : Send pull request notification to Slack
2929 if : github.event_name == 'pull_request_target'
30- uses : slackapi/slack-github-action@v2.1 .1
30+ uses : slackapi/slack-github-action@v3.0 .1
3131 with :
3232 webhook : ${{ secrets.SLACK_WEBHOOK_URL_PR }}
3333 webhook-type : incoming-webhook
Original file line number Diff line number Diff line change 6060
6161 steps :
6262 - name : Retrieve release distributions
63- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
63+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6464 with :
6565 name : release-dists
6666 path : dist/
Original file line number Diff line number Diff line change 7575 # Upload the results to GitHub's code scanning dashboard (optional).
7676 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
78+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7979 with :
8080 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments