Skip to content

Commit 7e0b77e

Browse files
authored
Merge pull request #3349 from github/dependabot/github_actions/dot-github/workflows/actions-minor-dc476f2f5b
Bump the actions-minor group across 1 directory with 2 updates
2 parents 0264b51 + cd48547 commit 7e0b77e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
token: "${{ secrets.GITHUB_TOKEN }}"
143143

144144
- name: Generate token
145-
uses: actions/[email protected].0
145+
uses: actions/[email protected].1
146146
id: app-token
147147
with:
148148
app-id: ${{ vars.AUTOMATION_APP_ID }}

.github/workflows/rollback-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Generate token
139139
if: github.event_name == 'workflow_dispatch'
140-
uses: actions/[email protected].0
140+
uses: actions/[email protected].1
141141
id: app-token
142142
with:
143143
app-id: ${{ vars.AUTOMATION_APP_ID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
pull-requests: write # needed to create pull request
9494
steps:
9595
- name: Generate token
96-
uses: actions/[email protected].0
96+
uses: actions/[email protected].1
9797
id: app-token
9898
with:
9999
app-id: ${{ vars.AUTOMATION_APP_ID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Tests using RuboCop to analyze a multi-language repository and the
44
versions: ["default"]
55
steps:
66
- name: Set up Ruby
7-
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
7+
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0
88
with:
99
ruby-version: 2.6
1010
- name: Install Code Scanning integration

0 commit comments

Comments
 (0)