Skip to content

Commit

Permalink
Improve GitHub Actions Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Oct 20, 2024
1 parent 1e000f2 commit a106854
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "00:30"
timezone: Europe/Copenhagen
open-pull-requests-limit: 10
labels:
- "dependencies"
commit-message:
prefix: "deps:"
7 changes: 5 additions & 2 deletions .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
build:
name: Build
Expand All @@ -15,10 +18,10 @@ jobs:
contents: read
steps:
- name: Check out source code
uses: actions/checkout@v4
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Set up Java
uses: actions/setup-java@v4
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: 23
distribution: temurin
Expand Down

0 comments on commit a106854

Please sign in to comment.