Skip to content

Commit dab8a02

Browse files
authored
Merge pull request github#2836 from github/dependabot/github_actions/actions-02c935407f
build(deps): bump the actions group with 2 updates
2 parents 1077173 + 17379bc commit dab8a02

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/__rubocop-multi-language.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/post-release-mergeback.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
--draft
169169
170170
- name: Generate token
171-
uses: actions/create-github-app-token@v1.11.7
171+
uses: actions/create-github-app-token@v1.12.0
172172
id: app-token
173173
with:
174174
app-id: ${{ vars.AUTOMATION_APP_ID }}

.github/workflows/update-release-branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
pull-requests: write # needed to create pull request
125125
steps:
126126
- name: Generate token
127-
uses: actions/create-github-app-token@v1.11.7
127+
uses: actions/create-github-app-token@v1.12.0
128128
id: app-token
129129
with:
130130
app-id: ${{ vars.AUTOMATION_APP_ID }}

pr-checks/checks/rubocop-multi-language.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ operatingSystems: ["ubuntu"]
55
versions: ["default"]
66
steps:
77
- name: Set up Ruby
8-
uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
8+
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
99
with:
1010
ruby-version: 2.6
1111
- name: Install Code Scanning integration

0 commit comments

Comments
 (0)