Skip to content

Commit e1f8d6f

Browse files
airsliceclaude
andauthored
chore: pin workflow actions to commit SHAs (#178)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 70e52db commit e1f8d6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
egress-policy: audit
7474
- name: Slack Notification
75-
uses: Gamesight/slack-workflow-status@master
75+
uses: Gamesight/slack-workflow-status@2e709ce51fd47f02b7221db8547e6e6f49f81f1d # master
7676
if: always()
7777
with:
7878
repo_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
token: ${{ steps.app-token.outputs.token }}
3939
- id: changelog
4040
name: Generate CHANGELOG
41-
uses: reearth/changelog-action@main
41+
uses: reearth/changelog-action@86cb9d7a3727f3cb6afe36a1536fad61e9775287 # main
4242
with:
4343
version: ${{ github.event.inputs.version }}
4444
repo: ${{ github.repository }}

0 commit comments

Comments
 (0)