Skip to content

Commit 430ddf6

Browse files
Merge branch 'main' into dependabot/pip/asgiref-gte-3.11.1-and-lt-4
2 parents e7705e1 + f737000 commit 430ddf6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 }}
@@ -37,7 +37,7 @@ jobs:
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 }}
@@ -77,7 +77,7 @@ jobs:
7777
permissions:
7878
contents: read
7979
steps:
80-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
80+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8181
with:
8282
persist-credentials: false
8383
- name: Set up Python ${{ matrix.python-version }}
@@ -126,7 +126,7 @@ jobs:
126126
pytest tests/scenario_tests_async/ --junitxml=reports/test_scenario_async.xml
127127
- name: Upload test results to Codecov
128128
if: ${{ !cancelled() }}
129-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
129+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
130130
with:
131131
directory: ./reports/
132132
fail_ci_if_error: true
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
BOLT_PYTHON_CODECOV_RUNNING: "1"
146146
steps:
147-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
147+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
148148
with:
149149
persist-credentials: false
150150
- name: Set up Python ${{ env.LATEST_SUPPORTED_PY }}
@@ -162,7 +162,7 @@ jobs:
162162
run: |
163163
pytest --cov=./slack_bolt/ --cov-report=xml
164164
- name: Upload coverage to Codecov
165-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
165+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
166166
with:
167167
fail_ci_if_error: true
168168
report_type: coverage

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919

2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
ref: ${{ github.event.release.tag_name || github.ref }}
2424
persist-credentials: false

.github/workflows/triage-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write
1717
pull-requests: write
1818
steps:
19-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
19+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
2020
with:
2121
days-before-issue-stale: 30
2222
days-before-issue-close: 10

0 commit comments

Comments
 (0)