File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
runs-on : ubuntu-latest
47
47
needs : [ mike-version, set-versions ]
48
48
steps :
49
- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
49
+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
50
50
id : app-token
51
51
with :
52
52
app-id : ${{ secrets.APP_ID }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
url : https://pypi.org/p/compliance-trestle
117
117
if : github.ref == 'refs/heads/main' && github.repository == 'oscal-compass/compliance-trestle'
118
118
steps :
119
- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
119
+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
120
120
id : app-token
121
121
with :
122
122
app-id : ${{ secrets.APP_ID }}
@@ -162,7 +162,7 @@ jobs:
162
162
cancel-in-progress : true
163
163
if : github.ref == 'refs/heads/main'
164
164
steps :
165
- - uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
165
+ - uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
166
166
id : app-token
167
167
with :
168
168
app-id : ${{ secrets.APP_ID }}
You can’t perform that action at this time.
0 commit comments