AlexRogalskiy / proverbs

🎲 Styled Proverbs API
https://styled-proverbs.vercel.app
GNU General Public License v3.0
5 stars 1 forks source link

github-actions: bump github/super-linter from 3 to 4 #1004

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps github/super-linter from 3 to 4.

Release notes

Sourced from github/super-linter's releases.

Release v3.17.0

No release notes provided.

v3.17.1

Changelog

🐛 Bug Fixes

🧰 Maintenance

See details of all code changes since previous release

Release v3.16.3

No release notes provided.

Release v3.16.2

No release notes provided.

Release v3.16.1

No release notes provided.

Release v3.16.0

No release notes provided.

... (truncated)

Changelog

Sourced from github/super-linter's changelog.

Creating GitHub Super-Linter Release

The Process to create a Release of the GitHub/Super-Linter is as follows:

  • Every push to master/main triggers a build and deploy of the GitHub/Super-linter
  • This creates the following images:
    • github/super-linter:latest
    • github/super-linter:slim-latest
  • This also causes the Release drafter action to update a new draft Release

When an Admin wants to create a Release, the process is as follows:

  • The Admin pushes an update to master/main and updates the action.yml to point to the next Release version
    • Example: image: 'docker://ghcr.io/github/super-linter:v4.6.2' becomes: image: 'docker://ghcr.io/github/super-linter:v4.6.3'
  • Then the admin can go to the Release page and update the current draft Release
  • The Admin will set the correct version strings, and update any additional information in the current draft Release
  • Once the Admin is ready, they will select Publish Release
  • This triggers the GitHub Actions to take the current codebase, and build the containers, and deploy to their locations
  • This creates the following images:
    • github/super-linter:latest
    • github/super-linter:v4
    • github/super-linter:v4.6.3
    • github/super-linter:slim-latest
    • github/super-linter:slim-v4
    • github/super-linter:slim-v4.6.3
  • At this point, the Release is complete and images are available for general consumption

Pitfalls and Issues

If the Admin Does not update the action.yml to the new version before the Release is published, then the Release will point back to the old version, and any Images will also be sent back to the previous version. This is very much a chicken and the egg issue, but seems to be easily resolved by following the correct path.

Commits
  • ae4e373 492 (#2720)
  • 14eb37a adding addional command (#2711)
  • b9e6255 Bump golangci/golangci-lint from v1.45.0 to v1.45.2 (#2690)
  • 1466d6b Bump rubocop from 1.26.0 to 1.26.1 in /dependencies (#2691)
  • 0acfb98 Bump alpine from 3.15.1 to 3.15.2 (#2693)
  • 7b4f693 Bump python from 3.10.3-alpine to 3.10.4-alpine (#2694)
  • 28a0546 Bump typescript from 4.6.2 to 4.6.3 in /dependencies (#2695)
  • 90d12de Bump htmlhint from 1.1.2 to 1.1.3 in /dependencies (#2696)
  • 57ab073 Bump zricethezav/gitleaks from v8.4.0 to v8.5.2 (#2707)
  • 32eb1cc Add Perl::Critic::Community and PERL_PERLCRITIC_OPTIONS to allow passing comm...
  • 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 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)
changelogg[bot] commented 2 years ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
dependabot[bot] commented 2 years ago

Dependabot tried to add @octocat and @AlexRogalskiy as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/AlexRogalskiy/proverbs/pulls/1004/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the AlexRogalskiy/proverbs repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
viezly[bot] commented 2 years ago

Pull request by bot. No need to analyze

dependabot[bot] commented 2 years ago

The following labels could not be found: dependencies.

github-actions[bot] commented 2 years ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1004 (fe4eac2) into master (df53245) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1004   +/-   ##
=======================================
  Coverage   88.07%   88.07%           
=======================================
  Files           7        7           
  Lines         679      679           
  Branches       36       36           
=======================================
  Hits          598      598           
  Misses         81       81           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df53245...fe4eac2. Read the comment docs.

dependabot[bot] commented 1 year ago

Superseded by #1044.