Skip to content

Commit 611ca51

Browse files
Copilotscordio
andauthored
Pin GitHub Actions dependencies, switch to weekly update schedule (#234)
* Initial plan * Pin GitHub Actions dependencies and update Dependabot configuration Co-authored-by: scordio <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: scordio <[email protected]>
1 parent 2b0ae28 commit 611ca51

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"
1212
time: "02:00"
13+
groups:
14+
github-actions:
15+
patterns:
16+
- "*"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
architecture: [ 'x64' ]
1717
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020
- name: Setup JDK
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2222
with:
2323
distribution: 'zulu'
2424
java-version: ${{ matrix.java }}

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: release-drafter/[email protected]
12+
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)