Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/0-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/0-build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
IMAGE_NAME: 'hook'

steps:
- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand All @@ -45,7 +45,7 @@ jobs:
IMAGE_NAME: 'git-crypt'

steps:
- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand All @@ -69,7 +69,7 @@ jobs:
IMAGE_NAME: 'nginx-spa'

steps:
- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/0-merge-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
app-id: ${{ secrets.GH_ZEN_APP_ID }}
private-key: ${{ secrets.GH_ZEN_APP_PRIVATE_KEY }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.target_branch || 'v4' }}
token: ${{ steps.app-token.outputs.token }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/0-scan-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repository: ${{ github.event.inputs.repository || 'milaboratories/pl-containers' }}
concurrency: ${{ github.event.inputs.concurrency || 3 }}

- uses: actions/upload-artifact@v4-beta
- uses: actions/upload-artifact@v4
with:
name: 00-scanning-plan
path: ${{ steps.plan.outputs.plan-dir }}
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- name: Download plan
uses: actions/download-artifact@v4-beta
uses: actions/download-artifact@v4
with:
name: 00-scanning-plan
path: "scan-chunks"
Expand All @@ -87,13 +87,13 @@ jobs:
if: always()
steps:
- name: Download skipped list
uses: actions/download-artifact@v4-beta
uses: actions/download-artifact@v4
with:
name: skipped-images
path: ./consolidated

- name: Download all reports
uses: actions/download-artifact@v4-beta
uses: actions/download-artifact@v4
with:
pattern: 'report-*'
merge-multiple: true
Expand All @@ -106,7 +106,7 @@ jobs:
summarize-dir: ./consolidated

- name: Upload consolidated report
uses: actions/upload-artifact@v4-beta
uses: actions/upload-artifact@v4
with:
name: 00-consolidated-report
path: ./consolidated
2 changes: 1 addition & 1 deletion .github/workflows/0-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/block-mark-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
needs:
init
steps:
- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand Down Expand Up @@ -204,11 +204,11 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

- uses: aws-actions/configure-aws-credentials@v4-beta
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE }}
aws-region: ${{ inputs.aws-region }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
mkdocs build

- id: artifact
uses: actions/upload-artifact@v4-beta
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.app-name-slug }}
path: ${{ inputs.dist-archive-path }}
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
- id: context
uses: milaboratory/github-ci/actions/context@v4-beta

- uses: actions/download-artifact@v4-beta
- uses: actions/download-artifact@v4
with:
name: ${{ inputs.app-name-slug }}
path: ${{ inputs.app-name-slug }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- init

steps:
- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand Down
46 changes: 23 additions & 23 deletions .github/workflows/java-gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -1069,7 +1069,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.dist-archive-s3-iam-role-to-assume }}
aws-region: ${{ inputs.dist-archive-s3-region }}
Expand Down Expand Up @@ -1132,7 +1132,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand Down Expand Up @@ -1184,7 +1184,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -1195,7 +1195,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.test-s3-iam-role-to-assume }}
aws-region: ${{ inputs.test-s3-region }}
Expand Down Expand Up @@ -1295,7 +1295,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -1306,7 +1306,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.test-s3-iam-role-to-assume }}
aws-region: ${{ inputs.test-s3-region }}
Expand Down Expand Up @@ -1409,7 +1409,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}
fetch-depth: 0
Expand All @@ -1421,7 +1421,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.test-s3-iam-role-to-assume }}
aws-region: ${{ inputs.test-s3-region }}
Expand Down Expand Up @@ -1491,7 +1491,7 @@ jobs:
echo "Wait random number of second before saving the artifact."
sleep "${RAN_SEC}"

- uses: actions/upload-artifact@v4-beta
- uses: actions/upload-artifact@v4
if: steps.verify-changed-files.outputs.files_changed == 'true'
with:
name: test-regression-${{ matrix.test }}
Expand Down Expand Up @@ -1524,7 +1524,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -1547,14 +1547,14 @@ jobs:
- uses: milaboratory/github-ci/actions/artifact/create-empty@v4-beta

- id: merged-artifact
uses: actions/upload-artifact/merge@v4-beta
uses: actions/upload-artifact/merge@v4
with:
name: test-regression
pattern: test-regression-*
separate-directories: false
delete-merged: true

- uses: actions/download-artifact@v4-beta
- uses: actions/download-artifact@v4
if: steps.merged-artifact.outputs.artifact-id != ''
with:
name: test-regression
Expand Down Expand Up @@ -1694,7 +1694,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -1705,7 +1705,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.dist-archive-s3-iam-role-to-assume }}
aws-region: ${{ inputs.dist-archive-s3-region }}
Expand Down Expand Up @@ -1813,7 +1813,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -1824,7 +1824,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.dist-archive-s3-iam-role-to-assume }}
aws-region: ${{ inputs.dist-archive-s3-region }}
Expand Down Expand Up @@ -1914,7 +1914,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -1925,7 +1925,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.dist-library-s3-iam-role-to-assume }}
aws-region: ${{ inputs.dist-library-s3-region }}
Expand Down Expand Up @@ -2023,7 +2023,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand Down Expand Up @@ -2217,7 +2217,7 @@ jobs:
- id: context
uses: milaboratory/github-ci/actions/context@v4-beta

- uses: actions/download-artifact@v4-beta
- uses: actions/download-artifact@v4
if: inputs.dist-archive
with:
name: ${{ inputs.product-name-slug }}
Expand Down Expand Up @@ -2294,7 +2294,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -2305,7 +2305,7 @@ jobs:
gpg-key-password: ${{ secrets.GIT_CRYPT_KEY_PASSWORD }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4-beta
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.release-s3-iam-role-to-assume }}
aws-region: ${{ inputs.release-s3-region }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node-docker-simple-fast-pnpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -415,7 +415,7 @@ jobs:
inputs: ${{ inputs.env }}
secrets: ${{ secrets.env }}

- uses: actions/checkout@v4-beta
- uses: actions/checkout@v4
with:
submodules: ${{ inputs.checkout-submodules }}

Expand All @@ -431,7 +431,7 @@ jobs:
ghwa_set_output npm-pkg-version "${NPM_PKG_VERSION}"
ghwa_set_output pnpm-pkg-version "${PNPM_PKG_VERSION}"

- uses: aws-actions/configure-aws-credentials@v4-beta
- uses: aws-actions/configure-aws-credentials@v4
if: inputs.aws-login-enable
with:
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE || env.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE }}
Expand Down
Loading