Skip to content
Open
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
36 changes: 18 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pip install awscli

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
dotnet test --logger "trx;LogFileName=test-results.trx" -p:RunAnalyzers=false -p:WarningLevel=0

- name: Test Report
uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2.7.0
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
if: ${{ success() || failure() }}
with:
name: Test - ${{ matrix.os }} ${{ matrix.projects }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
pip install awscli

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
dotnet test --logger "trx;LogFileName=test-results.trx" -p:RunAnalyzers=false -p:WarningLevel=0

- name: Test Report
uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2.7.0
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
if: ${{ success() || failure() }}
with:
name: Test - ${{ matrix.queue }} Base/tests/Queue
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
dotnet test --logger "trx;LogFileName=test-results.trx" -p:RunAnalyzers=false -p:WarningLevel=0

- name: Test Report
uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2.7.0
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
if: ${{ success() || failure() }}
with:
name: Test - windows ${{ matrix.projects }}
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4

- name: Setup just
uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2
Expand All @@ -334,7 +334,7 @@ jobs:
sudo systemctl restart docker

- name: Login to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
if: ${{ always() && env.REPOSITORY == github.repository }}
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
- dockerhubaneo/armonik_core_bench_test_client
steps:
- name: Login to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
if: ${{ env.REPOSITORY == github.repository }}
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
tool: just

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -462,7 +462,7 @@ jobs:
dotnet test --logger "trx;LogFileName=test-results.trx" -p:RunAnalyzers=false -p:WarningLevel=0

- name: Test Report
uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2.7.0
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
if: ${{ success() || failure() }}
with:
name: Test - ${{ matrix.queue }} x ${{ matrix.log-level }}
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
tool: just

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -756,7 +756,7 @@ jobs:
aws-region: us-east-1

- name: Login to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
if: ${{ env.REPOSITORY == github.repository }}
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
Expand Down Expand Up @@ -931,7 +931,7 @@ jobs:
tool: just

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -974,7 +974,7 @@ jobs:
run: CA_INSTALLED=${{ matrix.ca }} dotnet test Tests/Connectivity/src/ArmoniK.Core.Tests.Connectivity.csproj --logger "trx;LogFileName=test-results.trx" -p:RunAnalyzers=false -p:WarningLevel=0

- name: Test Report
uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2.7.0
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
if: ${{ success() || failure() }}
with:
name: Test - Connectivity CA ${{ matrix.ca }}
Expand Down Expand Up @@ -1044,7 +1044,7 @@ jobs:
tool: just

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -1185,7 +1185,7 @@ jobs:
tool: just

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -1275,7 +1275,7 @@ jobs:
tool: just

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down Expand Up @@ -1369,7 +1369,7 @@ jobs:
tool: just

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
git diff > patch-csharp.diff

- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
if: ${{ failure() && steps.check-diff.conclusion == 'failure' }}
with:
name: patch-csharp
Expand All @@ -74,7 +74,7 @@ jobs:
ref: ${{ github.head_ref || github.ref }}

- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
with:
terraform_version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4

- name: Setup just
uses: taiki-e/install-action@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manual-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dotnet test --logger "trx;LogFileName=test-results.trx"

- name: Test Report
uses: dorny/test-reporter@3eeb9fc888e82e8be2fb356bbeec2750231672bc # v1
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
if: success() || failure()
with:
name: Test - Stream
Expand All @@ -69,7 +69,7 @@ jobs:
find /tmp/armoniklogs -name "*.log"

- name: Store logs
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
if: always()
with:
name: Logs Stream
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
find /tmp/armoniklogs -name "*.log"

- name: Store logs
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
if: always()
with:
name: Logs HtcMock
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
filter: ${{ inputs.filter }}

- name: Test Report
uses: dorny/test-reporter@3eeb9fc888e82e8be2fb356bbeec2750231672bc # v1
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
if: success() || failure()
with:
name: Test - ${{ matrix.os }} ${{ matrix.projects }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
filter: ${{ inputs.filter }}

- name: Test Report
uses: dorny/test-reporter@3eeb9fc888e82e8be2fb356bbeec2750231672bc # v1
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
if: success() || failure()
with:
name: Test - ${{ matrix.queue }} ${{ matrix.projects }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
filter: ${{ inputs.filter }}

- name: Test Report
uses: dorny/test-reporter@3eeb9fc888e82e8be2fb356bbeec2750231672bc # v1
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
if: success() || failure()
with:
name: Test - windows ${{ matrix.projects }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scout-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
version: ${{ fromJSON(needs.releases.outputs.releases) }}
steps:
- name: Login to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
- uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
# When the previous steps fails, the workflow would stop. By adding this
# condition you can continue the execution with the populated error message.
if: always() && (steps.lint_pr_title.outputs.error_message != null)
Expand All @@ -41,7 +41,7 @@ jobs:

# Delete a previous comment when the issue has been resolved
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
with:
header: pr-title-lint-error
delete: true
Loading