This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new c6be6e7c Pin GH plugin versions
c6be6e7c is described below
commit c6be6e7c4a6bc675b11f56e358fe4b754d0c59aa
Author: Sebb <[email protected]>
AuthorDate: Fri Dec 22 23:15:43 2023 +0000
Pin GH plugin versions
---
.github/workflows/coverage.yml | 6 +++---
.github/workflows/maven.yml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 8e8b1be8..4f726808 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,11 +29,11 @@ jobs:
java: [ 8 ]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v3
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 #
v3.13.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
@@ -42,6 +42,6 @@ jobs:
run: mvn --show-version --batch-mode --no-transfer-progress test
jacoco:report-aggregate
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d #
v3.1.4
with:
files: ./commons-rng-docs/target/site/jacoco-aggregate/jacoco.xml
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a7001e19..65247ab8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,11 +29,11 @@ jobs:
java: [ 8, 11, 17 ]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v3
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 #
v3.13.0
with:
distribution: temurin
java-version: ${{ matrix.java }}