Skip to content

Commit 4c60118

Browse files
Copilotscordio
andcommitted
Pin GitHub Actions dependencies with commit SHAs and update dependabot config
Co-authored-by: scordio <[email protected]>
1 parent 1eb9494 commit 4c60118

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ updates:
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
interval: "daily"
10+
interval: "weekly"
11+
groups:
12+
github-actions:
13+
patterns:
14+
- "*"

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
10-
- uses: gradle/wrapper-validation-action@v3
9+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
10+
- uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
name: "Asciidoctor"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
- name: Set up JDK 11
18-
uses: actions/setup-java@v5
18+
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
1919
with:
2020
distribution: 'zulu'
2121
java-version: 11

0 commit comments

Comments
 (0)