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(renovate): major Update peter-evans/create-pull-request action to v7 #467

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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/detect-secrets-generate-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: "Set output variable to update or create baseline"
id: baseline
run: |

Check warning on line 35 in .github/workflows/detect-secrets-generate-baseline.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐶 workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands] Raw Output: .github/workflows/detect-secrets-generate-baseline.yml:35:14: workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]

Check warning on line 35 in .github/workflows/detect-secrets-generate-baseline.yml

View workflow job for this annotation

GitHub Actions / Lint Actions Workflows

[actionlint] reported by reviewdog 🐶 workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands] Raw Output: .github/workflows/detect-secrets-generate-baseline.yml:35:14: workflow command "set-output" was deprecated. use `echo "{name}={value}" >> $GITHUB_OUTPUT` instead: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions [deprecated-commands]
if [ -f .secrets.baseline ]; then
echo "::set-output name=baseline::--baseline .secrets.baseline"
else
Expand All @@ -49,7 +49,7 @@
detect_secrets_flags: "${{ env.EXCLUDE_FILES }} ${{ env.EXCLUDE_LINES }} ${{ steps.baseline.outputs.baseline }}"

# Create a PR with the new baseline
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update/security-baseline
Expand Down
Loading