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

pin actions versions #210

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

pin actions versions #210

wants to merge 2 commits into from

Conversation

frankh
Copy link
Contributor

@frankh frankh commented Mar 26, 2025

No description provided.

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

Updated GitHub Actions in CI and release workflows to use pinned commit hashes instead of version tags, improving security and build reproducibility.

  • Pinned actions/checkout to commit 85e6279 in both workflows
  • Pinned actions/setup-python to commit 8d9ed9a in both workflows
  • Pinned actions/cache to commit 5a3ec84 in CI workflow
  • Pinned actions/create-release to commit 0cb9c9b in release workflow

2 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

with:
fetch-depth: 0
token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
Copy link
Contributor

Choose a reason for hiding this comment

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

style: Missing Python version specification. Other workflow files specify exact versions.

Suggested change
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
with:
python-version: '3.9'

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