Skip to content

Commit 0a6e08a

Browse files
authored
Merge pull request #329 from step-security-bot/stepsecurity_remediation_1687629086
[StepSecurity] ci: Harden GitHub Actions
2 parents 1ec068e + 62f4c6d commit 0a6e08a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
3838
with:
3939
persist-credentials: false
40-
- uses: actions/cache@v3.3.1
40+
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4444
restore-keys: |
4545
${{ runner.os }}-maven-
4646
- name: Set up JDK ${{ matrix.java }}
47-
uses: actions/setup-java@v3.11.0
47+
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
4848
with:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)