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

build(deps): bump fkirc/skip-duplicate-actions from 4 to 5 #855

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2024

Bumps fkirc/skip-duplicate-actions from 4 to 5.

Release notes

Sourced from fkirc/skip-duplicate-actions's releases.

v5.0.0

Various optimizations:

  • Check all inputs before doing any API requests
  • Stricter check for doNotSkip input
  • Exclude current workflow run from list of all workflow runs
  • Get rid of redundant and unnecessary lines
  • Add some explaining comments
  • Fix bug with empty head_repository
  • Action might be a bit faster 🚀

Breaking changes:

  • Previously, on input and API request errors the action might have exited successfully but with outputs should_skip = false and reason = no_workflow_information. Now, the action will exit with an error instead.

    To make sure that subsequent jobs will not be skipped in such cases it's recommended to set continue-on-error: true in the skip-duplicate-actions job. Note: This has already been recommended in the past regardless of this change.

  • The structure of the skipped_by output (also in paths_filter) has slightly changed for the sake of consistency and alignment with GitHub API:

    • runId is now id
    • html_url is now htmlUrl
    • Full example:
      {
       "id": 1709469369,
       "runNumber": 737,
       "event": "pull_request",
       "treeHash": "e3434bb7aeb3047d7df948f09419ac96cf03d73e",
       "commitHash": "4a0432e823468ecff81a978165cb35586544c795",
       "status": "completed",
       "conclusion": "success",
       "htmlUrl": "https://github.com/fkirc/skip-duplicate-actions/actions/runs/1709469369",
       "branch": "master",
       "repo": "fkirc/skip-duplicate-actions",
       "workflowId": 2640563,
       "createdAt": "2022-01-17T18:56:06Z"
      }

Other changes:

  • Update dependencies

Full Changelog: fkirc/skip-duplicate-actions@v4...v5.0.0

Commits
  • f75f66c feat: do not skip merge group (#329)
  • c925fb1 Upgrade to nodejs 20 (supported since github-runner 3.308.0) (#331)
  • fc7bbd5 Increase robustness in case of GitHub API failures (#302)
  • 12aca0a Bump typescript from 4.8.4 to 4.9.3 (#294)
  • 48144db Bump @​types/node from 16.18.3 to 16.18.4 (#297)
  • 39b87d4 Bump eslint from 8.26.0 to 8.28.0 (#295)
  • 67e698f Bump @​typescript-eslint/eslint-plugin from 5.42.0 to 5.45.0 (#296)
  • fb5cfd8 Bump @​typescript-eslint/parser from 5.42.0 to 5.45.0 (#298)
  • b36b9c1 Bump prettier from 2.7.1 to 2.8.0 (#299)
  • bf741f0 Bump eslint-plugin-github from 4.4.0 to 4.4.1 (#300)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 4 to 5.
- [Release notes](https://github.com/fkirc/skip-duplicate-actions/releases)
- [Commits](fkirc/skip-duplicate-actions@v4...v5)

---
updated-dependencies:
- dependency-name: fkirc/skip-duplicate-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 6, 2024
@dependabot dependabot bot requested a review from a team November 6, 2024 10:59
Copy link

netlify bot commented Nov 6, 2024

Deploy Preview for tender-meitner-99286b ready!

Name Link
🔨 Latest commit 7913895
🔍 Latest deploy log https://app.netlify.com/sites/tender-meitner-99286b/deploys/672b4bf8aecc9f0008379bb4
😎 Deploy Preview https://deploy-preview-855--tender-meitner-99286b.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 97
Accessibility: 95
Best Practices: 100
SEO: 100
PWA: 70
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@wei2912 wei2912 merged commit 4d1af80 into main Dec 20, 2024
12 checks passed
@wei2912 wei2912 deleted the dependabot/github_actions/fkirc/skip-duplicate-actions-5 branch December 20, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant