Skip to content

Commit bcaf7c6

Browse files
authored
Merge pull request #8 from github/copilot/fix-9919-1164872619-4ff0e904-c3f0-4acc-8e85-583f4fd8df89
Pin GitHub Actions to full SHA hashes
2 parents 924252b + 71567da commit bcaf7c6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"
1212

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919

2020
- name: Setup Java
21-
uses: actions/setup-java@v5
21+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2222
with:
2323
distribution: 'microsoft'
2424
java-version: '25'

0 commit comments

Comments
 (0)