Skip to content

Commit 404b47c

Browse files
Pin dependencies
1 parent f1c2dca commit 404b47c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/actions/gradle-task-with-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
7676
- name: commit ${{ inputs.fix-task }} changes
7777
if: steps.can-push.outputs.can_push == 'true'
78-
uses: stefanzweifel/git-auto-commit-action@v6
78+
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
7979
with:
8080
commit_message: ${{ steps.set-commit-message.outputs.commit-message }}
8181
commit_options: '--no-verify --signoff'

.github/workflows/kotlin.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
5151
# to be triggered again.
5252
- name: Generate App Token
53-
uses: actions/create-github-app-token@v2
53+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
5454
id: app-token
5555
with:
5656
app-id: ${{ vars.APP_ID }}
@@ -74,7 +74,7 @@ jobs:
7474
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
7575
# to be triggered again.
7676
- name: Generate App Token
77-
uses: actions/create-github-app-token@v2
77+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
7878
id: app-token
7979
with:
8080
app-id: ${{ vars.APP_ID }}
@@ -97,7 +97,7 @@ jobs:
9797
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
9898
# to be triggered again.
9999
- name: Generate App Token
100-
uses: actions/create-github-app-token@v2
100+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
101101
id: app-token
102102
with:
103103
app-id: ${{ vars.APP_ID }}
@@ -122,7 +122,7 @@ jobs:
122122
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
123123
# to be triggered again.
124124
- name: Generate App Token
125-
uses: actions/create-github-app-token@v2
125+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
126126
id: app-token
127127
with:
128128
app-id: ${{ vars.APP_ID }}
@@ -147,7 +147,7 @@ jobs:
147147
# We use the workflow-pr-fixer app to authenticate and get a token that will cause the workflow
148148
# to be triggered again.
149149
- name: Generate App Token
150-
uses: actions/create-github-app-token@v2
150+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2
151151
id: app-token
152152
with:
153153
app-id: ${{ vars.APP_ID }}

.github/workflows/validate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- name: Set up Ruby 2.6
19-
uses: ruby/[email protected]
19+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
2020
with:
2121
ruby-version: 3.4.2
2222
- name: Install dependencies

0 commit comments

Comments
 (0)