Skip to content

Commit 42557af

Browse files
fix(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#2157)
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Butler <chris.butler@redhat.com>
1 parent 72b0e2d commit 42557af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
needs: [ mike-version, set-versions ]
5151
steps:
52-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
52+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5353
id: app-token
5454
with:
5555
app-id: ${{ secrets.APP_ID }}

.github/workflows/python-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
url: https://pypi.org/p/compliance-trestle
177177
if: github.ref == 'refs/heads/main' && github.repository == 'oscal-compass/compliance-trestle'
178178
steps:
179-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
179+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
180180
id: app-token
181181
with:
182182
app-id: ${{ secrets.APP_ID }}
@@ -229,7 +229,7 @@ jobs:
229229
cancel-in-progress: true
230230
if: github.ref == 'refs/heads/main'
231231
steps:
232-
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
232+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
233233
id: app-token
234234
with:
235235
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)