File tree Expand file tree Collapse file tree 6 files changed +88
-90
lines changed
Expand file tree Collapse file tree 6 files changed +88
-90
lines changed Original file line number Diff line number Diff line change 4141 run : |
4242 .github/scripts/use-cla-approved-bot.sh
4343
44- - uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
44+ - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4545 if : steps.repo_check.outputs.is_primary == 'true'
4646 id : otelbot-token
4747 with :
Original file line number Diff line number Diff line change 3939 run : |
4040 .github/scripts/use-cla-approved-bot.sh
4141
42- - uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
42+ - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4343 if : steps.repo_check.outputs.is_primary == 'true'
4444 id : otelbot-token
4545 with :
Original file line number Diff line number Diff line change 3333 # uploads of run results in SARIF format to the repository Actions tab.
3434 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
36+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 if : github.event.pull_request.merged == true
2121 steps :
22- - uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
22+ - uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2323 id : otelbot-token
2424 with :
2525 app-id : ${{ vars.OTELBOT_APP_ID }}
You can’t perform that action at this time.
0 commit comments