Skip to content

Commit 37b5912

Browse files
Merge pull request #115 from lfit/dependabot/github_actions/lfreleng-actions/python-audit-action-0.2.4
Chore: Bump lfreleng-actions/python-audit-action from 0.2.3 to 0.2.4
2 parents 2a865b9 + 8342a8b commit 37b5912

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: 'Audit Python project'
194194
# yamllint disable-line rule:line-length
195-
uses: lfreleng-actions/python-audit-action@d2a271bdbf08572dbd8addd3358e5e937ab3739b # v0.2.3
195+
uses: lfreleng-actions/python-audit-action@d54ca0172525184e38779eaaaade7edf4ad22b89 # v0.2.4
196196
with:
197197
python_version: "${{ matrix.python-version }}"
198198

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: "Audit dependencies ${{ matrix.python-version }}"
143143
# yamllint disable-line rule:line-length
144-
uses: lfreleng-actions/python-audit-action@d2a271bdbf08572dbd8addd3358e5e937ab3739b # v0.2.3
144+
uses: lfreleng-actions/python-audit-action@d54ca0172525184e38779eaaaade7edf4ad22b89 # v0.2.4
145145
with:
146146
python_version: "${{ matrix.python-version }}"
147147

0 commit comments

Comments
 (0)