mirror of
https://github.com/fankes/termux-app.git
synced 2025-10-19 01:49:25 +08:00
Compare commits
4 Commits
62495482c0
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
aca6aa2ff6 | ||
|
7bceab88e2 | ||
|
2c1bd650b0 | ||
|
4a9ad910dd |
23
.github/workflows/dependency-submission.yml
vendored
Normal file
23
.github/workflows/dependency-submission.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
name: Automatic Dependency Submission
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 'master' ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
dependency-submission:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
- name: Generate and submit dependency graph
|
||||
uses: gradle/actions/dependency-submission@v4
|
1
SECURITY.md
Normal file
1
SECURITY.md
Normal file
@@ -0,0 +1 @@
|
||||
Check https://termux.dev/security for info on Termux security policies and how to report vulnerabilities.
|
Reference in New Issue
Block a user