FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-java/.github/workflows/update-deps.yml at main · getsentry/sentry-java · GitHub
getsentry
/
sentry-java
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
478
Star
1.4k
Code
Issues
273
Pull requests
70
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-java
/
.github
/
workflows
/
update-deps.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (22 loc) · 603 Bytes
Breadcrumbs
sentry-java
/
.github
/
workflows
/
update-deps.yml
Copy path
File metadata and controls
25 lines (22 loc) · 603 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name
:
Update Dependencies
on
:
#
Run every day.
schedule
:
-
cron
:
'
0 3 * * *
'
#
And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict.
push
:
branches
:
-
main
permissions
:
contents
:
write
pull-requests
:
write
actions
:
write
jobs
:
native
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
getsentry/github-workflows/updater@607fed74f812e69201531a5185b6c3c57caa4e89
#
v3
with
:
path
:
scripts/update-sentry-native-ndk.sh
name
:
Native SDK
ssh-key
:
${{ secrets.CI_DEPLOY_KEY }}
Back
|
FazBrowse Home
|
New Git URL