Skip to content

Commit 4fb5e1b

Browse files
Bump actions/create-github-app-token in the github-actions group (#125)
Bumps the github-actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1.11.1 to 1.11.3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1.11.1...v1.11.3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 684bc07 commit 4fb5e1b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/go-version-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
# Needed for signing commits using Github App tokens
7171
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
72-
- uses: actions/[email protected].2
72+
- uses: actions/[email protected].3
7373
id: generate-token
7474
with:
7575
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/image-version-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
# Needed for signing commits using Github App tokens
109109
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
110-
- uses: actions/[email protected].1
110+
- uses: actions/[email protected].3
111111
id: generate-token
112112
with:
113113
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/operator-version-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Needed for signing commits using Github App tokens
4545
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
4646
- name: Generate GitHub App Token
47-
uses: actions/[email protected].1
47+
uses: actions/[email protected].3
4848
id: generate-token
4949
with:
5050
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/sidecar-version-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Needed for signing commits using Github App tokens
6464
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
6565
- name: Generate GitHub App Token
66-
uses: actions/[email protected].1
66+
uses: actions/[email protected].3
6767
id: generate-token
6868
with:
6969
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/update-libraries-to-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
# Needed for signing commits using Github App tokens
101101
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
102-
- uses: actions/[email protected].2
102+
- uses: actions/[email protected].3
103103
id: generate-token
104104
with:
105105
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

.github/workflows/update-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
# Needed for signing commits using Github App tokens
8383
# See: https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#commit-signing
84-
- uses: actions/[email protected].2
84+
- uses: actions/[email protected].3
8585
id: generate-token
8686
with:
8787
app-id: ${{ vars.CSM_RELEASE_APP_ID }}

0 commit comments

Comments
 (0)