Skip to content

Commit

Permalink
add Renovate and custom workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent b0b2c9e commit b8fab54
Show file tree
Hide file tree
Showing 12 changed files with 150 additions and 736 deletions.
3 changes: 0 additions & 3 deletions .github/pull_request_template.md

This file was deleted.

131 changes: 0 additions & 131 deletions .github/workflows/anchore-analysis.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/gradle-dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Gradle SBOM upload

on:
workflow_dispatch: {}
schedule:
- cron: "0 10 */5 * *" # Run every fifth day at 10 AM UTC

permissions:
contents: write

jobs:
SBOM-upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
220 changes: 0 additions & 220 deletions .github/workflows/main.yml

This file was deleted.

Loading

0 comments on commit b8fab54

Please sign in to comment.