Skip to content

pin GitHub Actions to SHA#2

Open
devin-ai-integration[bot] wants to merge 1 commit into
masterfrom
security/sha-pinning-gha
Open

pin GitHub Actions to SHA#2
devin-ai-integration[bot] wants to merge 1 commit into
masterfrom
security/sha-pinning-gha

Conversation

@devin-ai-integration
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot commented May 26, 2026

■ やりたいこと

GitHub Actionsをターゲットにしたサプライチェーン攻撃への対策として、GitHub Actions内で呼び出している「外部のアクション」や「共通ワークフロー」のバージョン指定を、安全なコミットSHA(40文字のハッシュ値)に固定する対応を行います。

■ 本PRで実施した内容

  • GitHub Actions呼び出しのSHA固定(ハッシュ化)
  • 既存のワークフローファイル(.github/workflows/*.yml)をスキャンし、未固定のActionをpinactを用いてセキュアなSHAハッシュ値に固定(ピン留め)しました。

補足

  • SHAハッシュ値の細かな検証は不要です
    • 自動生成されたSHAハッシュ値が正しいかどうかの細かな整合性検証は不要です。自動ツール(pinact)による機械的な置換ですので、差分に不審な点(意図しないファイルの変更など)がなければ、そのままマージをお願いいたします。

@devin-ai-integration
Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration Bot changed the title 【6/3(水)まで】サプライチェーン攻撃対応_GitHub Actions SHA Pinning pin GitHub Actions to SHA May 26, 2026
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.

0 participants