Skip to content

Commit a55c58b

Browse files
Test: python-audit-action (#809)
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent dd4e9fe commit a55c58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: "Test Python project"
8080
# yamllint disable-line rule:line-length
81-
uses: os-climate/osc-github-devops/.github/actions/python-test-action@main
81+
uses: lfreleng-actions/python-test-action@9954088a7dcbc59c83a81425e959d4680605ac54 # v0.1.1
8282
with:
8383
python_version: ${{ matrix.python-version }}
8484
report_artefact: true
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: "Audit Python project"
106106
# yamllint disable-line rule:line-length
107-
uses: os-climate/osc-github-devops/.github/actions/python-audit-action@main
107+
uses: modeseven-lfreleng-actions/test-python-audit-action@main
108108
with:
109109
python_version: ${{ matrix.python-version }}
110110
artefact_name: ${{ needs.python-build.outputs.artefact_name }}

0 commit comments

Comments
 (0)