File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 - name : Post to Slack
4040 if : steps.quota.outputs.alert == 'true' && github.event_name != 'pull_request'
41- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # 2 .1.1
41+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2 .1.1 (sha-pinned)
4242 with :
4343 method : chat.postMessage
4444 token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Post to Slack
12- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # 2 .1.1
12+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2 .1.1 (sha-pinned)
1313 with :
1414 method : chat.postMessage
1515 token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 3131 python -m pytest tests/ -v --cov=claude_agent_sdk --cov-report=xml
3232
3333 - name : Upload coverage to Codecov
34- uses : codecov/codecov-action@v4
34+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 (sha-pinned)
3535 with :
3636 file : ./coverage.xml
3737 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments