Skip to content

Commit 8b28b1f

Browse files
chore(deps): bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 (#4029)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@70a41ab...c55203c) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a0a2dd commit 8b28b1f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python cve_bin_tool/format_checkers.py
3838
- 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
4040
with:
4141
commit-message: "chore: update checkers table"
4242
title: "chore: update checkers table"

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cp cve-bin-tool-py${{ matrix.python }}.json sbom/cve-bin-tool-py${{ matrix.python }}.json
6363
- name: Create Pull Request
6464
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
6666
with:
6767
commit-message: "chore: update SBOM for Python ${{ matrix.python }}"
6868
title: "chore: update SBOM for Python ${{ matrix.python }}"

.github/workflows/update-js-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: python -m pytest -v -n auto test/test_html.py
5555

5656
- 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
5858
with:
5959
commit-message: "chore: update js dependencies"
6060
title: "chore: update js dependencies"

.github/workflows/update-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python .github/workflows/update-dev-requirements.py
4949
5050
- 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
5252
with:
5353
commit-message: "chore: update pre-commit config"
5454
title: "chore: update pre-commit config"

.github/workflows/update-spdx-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sed -i "s/[0-9]\{4\}/$(date +%Y)/" spdx_header.txt
3434
3535
- 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
3737
with:
3838
commit-message: 'chore: update spdx header'
3939
title: 'chore: update spdx header'

0 commit comments

Comments
 (0)