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

Update sigstore/cosign-installer action to v3.8.1 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Aug 13, 2024

This PR contains the following updates:

Package Type Update Change
sigstore/cosign-installer action minor v3.5.0 -> v3.8.1

Release Notes

sigstore/cosign-installer (sigstore/cosign-installer)

v3.8.1

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.8.1

v3.8.0

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3.6.0...v3.7.0

v3.6.0

Compare Source

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Aug 13, 2024

Walkthrough

The recent update involves an enhancement to the Docker publish workflow within GitHub Actions. Specifically, the version of the sigstore/cosign-installer action has been upgraded from 3.5.0 to 3.8.1. This change is conditional, as the installation only occurs when the event is not a pull request. The other steps and configurations within the workflow remain unchanged.

Changes

File Change Summary
.github/workflows/docker-publish.yml Updated sigstore/cosign-installer version from 3.5.0 (commit 59acb6260d9c...) to 3.8.1 (commit d7d6bc7722e3...).

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant GitHub Actions
    participant Cosign Installer

    User->>GitHub Actions: Trigger Docker Publish
    GitHub Actions->>Cosign Installer: Execute signing process
    Cosign Installer-->>GitHub Actions: Signing complete
    GitHub Actions-->>User: Publish Docker image
Loading

Poem

🌟 In a burrow deep, where the code does hop,
A version change, let’s celebrate non-stop!
With cosign’s magic, our images shine,
Secure and bright, oh what a fine line!
Hopping with joy, let’s give a cheer,
For better builds, the future is near! 🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 326a9fc and 1bc6f45.

📒 Files selected for processing (1)
  • .github/workflows/docker-publish.yml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/docker-publish.yml
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: gitStream.cm

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate-bot!). We assume it knows what it's doing!

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 6bbe0ee and ee47144.

Files selected for processing (1)
  • .github/workflows/docker-publish.yml (1 hunks)
Additional comments not posted (1)
.github/workflows/docker-publish.yml (1)

44-44: Update to sigstore/cosign-installer action version.

The sigstore/cosign-installer action has been updated from version 3.5.0 to 3.6.0. Ensure that the new version is compatible with your workflow and check the release notes for any breaking changes or new features.

Verification successful

Update to sigstore/cosign-installer action version is safe.

The update to version v3.6.0 primarily includes dependency updates and a security enhancement. There are no breaking changes that would impact the current workflow.

  • Changes include:
    • Dependency version bumps.
    • Pinning a public key for verification.
    • Bumping the default version to v2.4.0.

These changes are backward-compatible and should not affect your workflow.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the impact of the `sigstore/cosign-installer` version update.

# Test: Check for any breaking changes or new features in the release notes.
# Expect: No breaking changes that affect the current workflow.

echo "Check the release notes for sigstore/cosign-installer v3.6.0 at https://github.com/sigstore/cosign-installer/releases/tag/v3.6.0"

Length of output: 266


Script:

#!/bin/bash
# Fetch the release notes for sigstore/cosign-installer v3.6.0 to verify changes.

# Use GitHub CLI to get the release notes
gh release view v3.6.0 --repo sigstore/cosign-installer --json body -q '.body'

Length of output: 1339

@renovate-bot renovate-bot changed the title Update sigstore/cosign-installer action to v3.6.0 Update sigstore/cosign-installer action to v3.7.0 Oct 4, 2024
@renovate-bot renovate-bot force-pushed the renovate/sigstore-cosign-installer-3.x branch from ee47144 to ac0cfe1 Compare October 4, 2024 13:43
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between ee47144 and ac0cfe1.

📒 Files selected for processing (1)
  • .github/workflows/docker-publish.yml (1 hunks)

@@ -41,7 +41,7 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Action Required: Update cosign-release to v2.4.1

The current cosign-release version is v2.2.4, while the latest available version is v2.4.1. It's recommended to update to the latest version to benefit from recent improvements and fixes.

  • Update the cosign-release version in .github/workflows/docker-publish.yml to v2.4.1.
  • Review the cosign v2.4.1 changelog to ensure compatibility and understand new features or changes.
🔗 Analysis chain

LGTM: cosign-installer action updated successfully.

The sigstore/cosign-installer action has been correctly updated to version v3.7.0 as intended. This update aligns with the PR objectives and should bring in the latest improvements and bug fixes.

To ensure we're making the most of this update, please consider the following:

  1. Verify if the cosign-release version (currently set to 'v2.2.4') needs an update as well.
  2. Review the changelog for v3.7.0 to check for any new features or improvements that could be beneficial to this workflow.

You can use the following script to check the latest cosign release version:

This script will help you determine if there's a newer version of cosign available that you might want to use.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check the latest cosign release version

# Fetch the latest release version
LATEST_COSIGN_VERSION=$(gh release list --repo sigstore/cosign --limit 1 | awk '{print $1}')

echo "Latest cosign release version: $LATEST_COSIGN_VERSION"
echo "Current cosign-release version in the workflow: v2.2.4"

if [ "$LATEST_COSIGN_VERSION" != "v2.2.4" ]; then
  echo "Consider updating the cosign-release version in the workflow."
fi

Length of output: 468

@renovate-bot renovate-bot changed the title Update sigstore/cosign-installer action to v3.7.0 Update sigstore/cosign-installer action to v3.8.0 Feb 4, 2025
@renovate-bot renovate-bot force-pushed the renovate/sigstore-cosign-installer-3.x branch from ac0cfe1 to 326a9fc Compare February 4, 2025 22:16
@renovate-bot renovate-bot changed the title Update sigstore/cosign-installer action to v3.8.0 Update sigstore/cosign-installer action to v3.8.1 Feb 20, 2025
@renovate-bot renovate-bot force-pushed the renovate/sigstore-cosign-installer-3.x branch from 326a9fc to 1bc6f45 Compare February 20, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant