diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 8b8a6e0..beca6ba 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/maven-build@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@429a1085131890ddf95456ac2a7a8b0866dd78ad # main with: java_version: ${{ inputs.java_version }} build_command: ${{ inputs.build_command }} diff --git a/.github/workflows/mend-ci.yml b/.github/workflows/mend-ci.yml index 02c576e..608950c 100644 --- a/.github/workflows/mend-ci.yml +++ b/.github/workflows/mend-ci.yml @@ -98,7 +98,7 @@ jobs: return check.id; - name: Run Mend CLI scan - uses: project-ncl/shared-github-actions/.github/actions/mend@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + uses: project-ncl/shared-github-actions/.github/actions/mend@429a1085131890ddf95456ac2a7a8b0866dd78ad # main with: PROJECT_NAME: ${{ github.event.repository.name }} TAGS: >- diff --git a/.github/workflows/npm-ci.yml b/.github/workflows/npm-ci.yml index 5732597..c11acf3 100644 --- a/.github/workflows/npm-ci.yml +++ b/.github/workflows/npm-ci.yml @@ -49,7 +49,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/npm-build@8ba48d272f8e53b55e5a266a4c3feeab6e7f0526 # main + - uses: project-ncl/shared-github-actions/.github/actions/npm-build@429a1085131890ddf95456ac2a7a8b0866dd78ad # main with: node_version: ${{ inputs.node_version }} build_command: ${{ inputs.build_command }}