Skip to content

Commit 8da1228

Browse files
committed
Update actions and pin to specific commit SHAs
1 parent 8b32e88 commit 8da1228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
ruby-version: '3.4'
2525

2626
steps:
27-
- uses: hidakatsuya/action-setup-redmine@v1
27+
- uses: hidakatsuya/action-setup-redmine@0147e23d3e5516edf2a0d2cca095570283ca81b4 # v2.0.0
2828
with:
2929
repository: ${{ matrix.redmine-repository }}
3030
version: ${{ matrix.redmine-version }}
3131
ruby-version: ${{ matrix.ruby-version }}
3232
database: 'postgres:14'
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
with:
3636
path: plugins/redmine_message_customize
3737

0 commit comments

Comments
 (0)