Skip to content

Commit 0144032

Browse files
fix(deps): bump actions/create-github-app-token from 1.12.0 to 2.1.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 2.1.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@d72941d...a8d6161) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dde37af commit 0144032

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
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: [ mike-version, set-versions ]
4848
steps:
49-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
49+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5050
id: app-token
5151
with:
5252
app-id: ${{ secrets.APP_ID }}

.github/workflows/python-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
url: https://pypi.org/p/compliance-trestle
117117
if: github.ref == 'refs/heads/main' && github.repository == 'oscal-compass/compliance-trestle'
118118
steps:
119-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
119+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
120120
id: app-token
121121
with:
122122
app-id: ${{ secrets.APP_ID }}
@@ -162,7 +162,7 @@ jobs:
162162
cancel-in-progress: true
163163
if: github.ref == 'refs/heads/main'
164164
steps:
165-
- uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
165+
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
166166
id: app-token
167167
with:
168168
app-id: ${{ secrets.APP_ID }}

0 commit comments

Comments
 (0)