2020 permissions :
2121 contents : read
2222 steps :
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 persist-credentials : false
2626 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
3737 permissions :
3838 contents : read
3939 steps :
40- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
40+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141 with :
4242 persist-credentials : false
4343 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
7171 CI_LARGE_SOCKET_MODE_PAYLOAD_TESTING_DISABLED : " 1"
7272 FORCE_COLOR : " 1"
7373 steps :
74- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
74+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7575 with :
7676 persist-credentials : false
7777 - name : Set up Python ${{ matrix.python-version }}
9595 PYTHONPATH=$PWD:$PYTHONPATH pytest tests/slack_sdk/oauth/state_store/test_sqlalchemy.py
9696 - name : Upload test results to Codecov
9797 if : ${{ !cancelled() }}
98- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
98+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9999 with :
100100 directory : ./reports/
101101 fail_ci_if_error : true
@@ -105,7 +105,7 @@ jobs:
105105 verbose : true
106106 - name : Upload test coverage to Codecov (only with latest supported version)
107107 if : startsWith(matrix.python-version, env.LATEST_SUPPORTED_PY)
108- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
108+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
109109 with :
110110 fail_ci_if_error : true
111111 # Run validation generates the coverage file
@@ -136,7 +136,7 @@ jobs:
136136 --health-timeout 5s
137137 --health-retries 5
138138 steps :
139- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
139+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
140140 with :
141141 persist-credentials : false
142142 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
@@ -174,7 +174,7 @@ jobs:
174174 if : ${{ !success() && github.ref == 'refs/heads/main' && github.event_name != 'workflow_dispatch' }}
175175 steps :
176176 - name : Send notifications of failing tests
177- uses : slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # v3.0.2
177+ uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
178178 with :
179179 errors : true
180180 webhook : ${{ secrets.SLACK_REGRESSION_FAILURES_WEBHOOK_URL }}
0 commit comments