diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index f8c5867f53..3186fa4374 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -36,7 +36,7 @@ jobs: run: | python cve_bin_tool/format_checkers.py - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 with: commit-message: "chore: update checkers table" title: "chore: update checkers table" diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index e0a7db108f..d3b27baae8 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -62,7 +62,7 @@ jobs: cp cve-bin-tool-py${{ matrix.python }}.json sbom/cve-bin-tool-py${{ matrix.python }}.json - name: Create Pull Request if: ${{ steps.diff-sbom.outputs.changed }} - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 with: commit-message: "chore: update SBOM for Python ${{ matrix.python }}" title: "chore: update SBOM for Python ${{ matrix.python }}" diff --git a/.github/workflows/update-js-dependencies.yml b/.github/workflows/update-js-dependencies.yml index 9d083c4499..e0916638d3 100644 --- a/.github/workflows/update-js-dependencies.yml +++ b/.github/workflows/update-js-dependencies.yml @@ -54,7 +54,7 @@ jobs: run: python -m pytest -v -n auto test/test_html.py - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 with: commit-message: "chore: update js dependencies" title: "chore: update js dependencies" diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml index f7fa1463e1..175cda9715 100644 --- a/.github/workflows/update-pre-commit.yml +++ b/.github/workflows/update-pre-commit.yml @@ -48,7 +48,7 @@ jobs: python .github/workflows/update-dev-requirements.py - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 with: commit-message: "chore: update pre-commit config" title: "chore: update pre-commit config" diff --git a/.github/workflows/update-spdx-header.yml b/.github/workflows/update-spdx-header.yml index e65a4c61e0..d4fc17d258 100644 --- a/.github/workflows/update-spdx-header.yml +++ b/.github/workflows/update-spdx-header.yml @@ -33,7 +33,7 @@ jobs: sed -i "s/[0-9]\{4\}/$(date +%Y)/" spdx_header.txt - name: Create Pull Request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7.0.1 with: commit-message: 'chore: update spdx header' title: 'chore: update spdx header'