Skip to content

Commit 8c3ad9b

Browse files
authored
Merge pull request #34 from Songmu/maint
update deps in action.yml and introduce pinact
2 parents 83c239e + 2dffc03 commit 8c3ad9b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
5-
schedule:
6-
interval: "weekly"
3+
- package-ecosystem: "gomod"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
using: composite
4141
steps:
4242
- name: Checkout destination repository into a worktree
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
repository: ${{ inputs.destination-repository }}
4646
token: ${{ inputs.token }}
@@ -57,7 +57,7 @@ runs:
5757
DESTINATION_DIRECTORY: ${{ inputs.destination-directory }}
5858
WORKTREE_DIR: .push-to-another-repository
5959
- id: commit
60-
uses: suzuki-shunsuke/commit-action@v0.0.8
60+
uses: suzuki-shunsuke/commit-action@ca8e761ccb3533295065c3e90a8555fcdde8b467 # v0.0.10
6161
with:
6262
github_token: ${{ inputs.token }}
6363
repository: ${{ inputs.destination-repository }}

0 commit comments

Comments
 (0)