Skip to content

Commit 41a95ee

Browse files
authored
Merge pull request #440 from tykeal/dependabot/github_actions/lfreleng-actions/python-audit-action-0.2.6
Chore: Bump lfreleng-actions/python-audit-action from 0.2.5 to 0.2.6
2 parents 9308825 + 6e650e2 commit 41a95ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yaml

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

137137
- name: "Audit dependencies ${{ matrix.python-version }}"
138138
# yamllint disable-line rule:line-length
139-
uses: lfreleng-actions/python-audit-action@ec8d84ca14c0413a2b2c6612a3e15b9803f9de75 # v0.2.5
139+
uses: lfreleng-actions/python-audit-action@1776538e768c52c55c3c96495f6e25f0762ad28f # v0.2.6
140140
with:
141141
python_version: "${{ matrix.python-version }}"
142142
# pillow transitive dep CVEs (via homeassistant)

.github/workflows/release.yaml

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

186186
- name: 'Audit Python project'
187187
# yamllint disable-line rule:line-length
188-
uses: lfreleng-actions/python-audit-action@ec8d84ca14c0413a2b2c6612a3e15b9803f9de75 # v0.2.5
188+
uses: lfreleng-actions/python-audit-action@1776538e768c52c55c3c96495f6e25f0762ad28f # v0.2.6
189189
with:
190190
python_version: "${{ matrix.python-version }}"
191191
# pillow transitive dep CVEs (via homeassistant)

0 commit comments

Comments
 (0)