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

fix(ci): pin FOSSA Action to a specific commit hash #18

Closed DarkRockMountain-admin closed 1 month ago

DarkRockMountain-admin commented 1 month ago

Pin FOSSA Action to a specific commit hash

Description

This pull request addresses the issue of using the main branch for the FOSSA Action in the GitHub Actions workflow. By pinning the FOSSA Action to a specific commit hash, we ensure stability and prevent potential issues from updates in the main branch.

Checklist

Please ensure the following guidelines are met:

Additional Information

Updated the workflow from uses: fossas/fossa-action@main to uses: fossas/fossa-action@<commit-hash>, replacing <commit-hash> with the specific commit hash.