diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 29aa2a4..a1c22f2 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -25,6 +25,6 @@ runs: maven-version: ${{ inputs.maven-version }} - name: Piper Maven build - uses: SAP/project-piper-action@0694c809adf25568fc3c950041097323d71b91ed # v1.26.2 + uses: SAP/project-piper-action@ab454f666891a05a3fee3c631e72e1412ba28105 # v1.27.1 with: step-name: mavenBuild diff --git a/.github/workflows/blackduck.yml b/.github/workflows/blackduck.yml index b78bf09..379f20d 100644 --- a/.github/workflows/blackduck.yml +++ b/.github/workflows/blackduck.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 - name: Scan With Black Duck uses: cap-java/.github/actions/scan-with-blackduck@296573b55e906f5c77a1855bcfe4285cbbc5cac4 # main with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4516433..3b49598 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: java-version: ["17.0.18", "21.0.9"] steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 - name: Build uses: ./.github/actions/build with: diff --git a/.github/workflows/prepare-next-version.yml b/.github/workflows/prepare-next-version.yml index 5b3eb45..a735f9b 100644 --- a/.github/workflows/prepare-next-version.yml +++ b/.github/workflows/prepare-next-version.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 with: token: ${{ secrets.GH_TOKEN }} - name: Update version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a843f49..d98f263 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 - name: Build uses: ./.github/actions/build with: