darkrockmountain / gomail

GoMail is a powerful library for sending emails via multiple providers, including SMTP, Gmail API, Microsoft Graph API, SendGrid, AWS SES, Mailgun, Mandrill, Postmark, and SparkPost. Supporting attachments, plain text, and HTML content, it simplifies email integration for developers with easy setup and robust functionalities.
https://darkrockmountain.com
Apache License 2.0
4 stars 1 forks source link

[BUG] - Fix for Pinned Dependency in FOSSA Action #17

Closed DarkRockMountain-admin closed 2 months ago

DarkRockMountain-admin commented 4 months ago

Describe the bug The current FOSSA Action is using the main branch, which is not pinned to a specific version and can lead to unexpected issues.

To Reproduce Steps to reproduce the behavior:

  1. Use the current FOSSA Action with uses: fossas/fossa-action@main.
  2. Potentially face issues due to updates in the main branch.

Expected behavior The FOSSA Action should be pinned to a specific commit hash to ensure stability.

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context To resolve this issue, update the workflow file to use a specific commit hash of the FOSSA Action, such as uses: fossas/fossa-action@<commit-hash>.

Steps to resolve the issue:

  1. Identify the latest stable commit hash for the FOSSA Action.
  2. Edit the GitHub Actions workflow file.
  3. Change uses: fossas/fossa-action@main to uses: fossas/fossa-action@<commit-hash>.
  4. Commit the changes and verify the action runs successfully.
github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 30 days with no activity.