Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump peter-evans/create-pull-request from 6 to 7 #875

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependencies-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

- name: Create pull request
if: ${{ env.was_file_changed }} == 'true'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7

Check notice

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.
with:
add-paths: |
DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
echo "$EOF" >> "$GITHUB_ENV"

- name: Update docs and Helm chart for release
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7

Check notice

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.
with:
commit-message: 'chore(docs): updated docs and Helm chart for IRS release ${{ inputs.irs-version }}'
branch: action/update-for-release-${{ inputs.irs-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-registry-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES -P dash

- name: Create PR for irs-registry-client version update
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7

Check notice

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.
with:
commit-message: "chore(dependencies): Update irs-registry-client to ${{ env.NEXT_VERSION }}"
branch: chore/update-irs-registry-client-${{ env.NEXT_VERSION }}
Expand Down
Loading