File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
python cve_bin_tool/format_checkers.py
38
38
- name : Create Pull Request
39
- uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
39
+ uses : peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
40
40
with :
41
41
commit-message : " chore: update checkers table"
42
42
title : " chore: update checkers table"
Original file line number Diff line number Diff line change 62
62
cp cve-bin-tool-py${{ matrix.python }}.json sbom/cve-bin-tool-py${{ matrix.python }}.json
63
63
- name : Create Pull Request
64
64
if : ${{ steps.diff-sbom.outputs.changed }}
65
- uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
65
+ uses : peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
66
66
with :
67
67
commit-message : " chore: update SBOM for Python ${{ matrix.python }}"
68
68
title : " chore: update SBOM for Python ${{ matrix.python }}"
Original file line number Diff line number Diff line change 54
54
run : python -m pytest -v -n auto test/test_html.py
55
55
56
56
- name : Create Pull Request
57
- uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
57
+ uses : peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
58
58
with :
59
59
commit-message : " chore: update js dependencies"
60
60
title : " chore: update js dependencies"
Original file line number Diff line number Diff line change 48
48
python .github/workflows/update-dev-requirements.py
49
49
50
50
- name : Create Pull Request
51
- uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
51
+ uses : peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
52
52
with :
53
53
commit-message : " chore: update pre-commit config"
54
54
title : " chore: update pre-commit config"
Original file line number Diff line number Diff line change 33
33
sed -i "s/[0-9]\{4\}/$(date +%Y)/" spdx_header.txt
34
34
35
35
- name : Create Pull Request
36
- uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2
36
+ uses : peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 # v6.0.3
37
37
with :
38
38
commit-message : ' chore: update spdx header'
39
39
title : ' chore: update spdx header'
You can’t perform that action at this time.
0 commit comments