Skip to content

Commit fd07247

Browse files
Copilotscordio
andauthored
Pin GitHub Actions dependencies with commit SHAs, migrate to gradle/actions, and switch to weekly updates (#196)
* Initial plan * Pin GitHub Actions dependencies with commit SHAs and update dependabot config Co-authored-by: scordio <[email protected]> * Update wrapper-validation-action to gradle/actions/[email protected] Co-authored-by: scordio <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: scordio <[email protected]>
1 parent 322cfd2 commit fd07247

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/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3

.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)