File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
54
+ uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# If you wish to specify custom queries, you can do so here or in a config file.
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
79
+ uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
39
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
65
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
57
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
51
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
36
+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
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