diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index e4545b7bd..232b70907 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622 - name: Set up JDK 8 uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 with: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index d4248a907..0b56bef3b 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622 - name: Set up JDK 8 uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35c842305..72b9c4fca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # These steps are only run if this was a merged release-please PR - name: checkout if: ${{ steps.release.outputs.releases_created }} - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622 - name: Set up JDK 8 if: ${{ steps.release.outputs.releases_created }} uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 diff --git a/.github/workflows/static-code-scanning.yaml b/.github/workflows/static-code-scanning.yaml index 5f96811bb..ab6dfde03 100644 --- a/.github/workflows/static-code-scanning.yaml +++ b/.github/workflows/static-code-scanning.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL