Skip to content

Commit 8687403

Browse files
[PATCH] GHA version bumps (- WIP PR #344, PR #345, PR #347 -)
* No user facing changes. Changes in file .github/workflows/Tests.yml: * Version Bumps. Changes in file .github/workflows/flake8.yml: * Version Bumps.
3 parents cde16b3 + 1e3ccbc + c88a660 commit 8687403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
./cc-test-reporter after-build --exit-code 0 || true ;
290290
- name: Upload Python ${{ matrix.python-version }} integration test results to Codecov
291291
if: ${{ !cancelled() }}
292-
uses: codecov/test-results-action@9739113ad922ea0a9abb4b2c0f8bf6a4aa8ef820 # v1.0.1
292+
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
293293
with:
294294
token: ${{ secrets.CODECOV_TOKEN }}
295295
files: ./test-reports/junit.xml

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
- name: Flake8 Scan
30-
uses: reactive-firewall/flake8-cq@a2c49fffa7a7495944ef0488c491f607848e1aa6 # v1
30+
uses: reactive-firewall/flake8-cq@82fb2d7f000551444b102a9bd715b06ad4ce8a01 # v1
3131
with: # optional arguments
3232
config: '.flake8.ini'
3333
match: '**/*.py'

0 commit comments

Comments
 (0)