Skip to content

Commit 3085c79

Browse files
committed
Pin GitHub Actions to SHA with version
1 parent 57446c9 commit 3085c79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
contents: read
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020

2121
- name: Set up JDK 21
22-
uses: actions/setup-java@v5
22+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2323
with:
2424
java-version: '21'
2525
distribution: 'temurin'
2626
cache: 'maven'
2727

2828
- name: Set up Maven 3.9.12
29-
uses: stCarolas/setup-maven@v5
29+
uses: stCarolas/setup-maven@12eb41b233df95d49b0c11fc1b5bc8312e5d4ce0 # v5.1
3030
with:
3131
maven-version: '3.9.12'
3232

0 commit comments

Comments
 (0)