diff --git a/.github/workflows/aws-deploy.yml b/.github/workflows/aws-deploy.yml index a70249539..f7c3eaca6 100644 --- a/.github/workflows/aws-deploy.yml +++ b/.github/workflows/aws-deploy.yml @@ -33,7 +33,7 @@ jobs: terraform-output: ${{ steps.deploy.outputs.terraform-output }} steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: Install Dependencies uses: aneoconsulting/ArmoniK.Action.Deploy/dependencies@main with: @@ -68,7 +68,7 @@ jobs: KUBE_CONFIG: ${{ needs.deploy.outputs.kube-config }} steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: Install Dependencies uses: aneoconsulting/ArmoniK.Action.Deploy/dependencies@main with: @@ -92,7 +92,7 @@ jobs: if: "always()" steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: Install Dependencies uses: aneoconsulting/ArmoniK.Action.Deploy/dependencies@main with: diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6e0a37e71..5a1bbadb2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - run: npm i -g pnpm @antfu/ni @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@decdde0ac072f6dcbe43649d82d9c635fff5b4e4 # v4 + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2171e53a6..cb47b5f41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: uname -a grep MemTotal /proc/meminfo - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 @@ -42,7 +42,7 @@ jobs: uname -a grep MemTotal /proc/meminfo - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 @@ -101,7 +101,7 @@ jobs: uname -a grep MemTotal /proc/meminfo - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 @@ -165,7 +165,7 @@ jobs: uname -a grep MemTotal /proc/meminfo - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 @@ -290,7 +290,7 @@ jobs: uname -a grep MemTotal /proc/meminfo - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index d980d7660..f7eb831bf 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: ref: ${{ github.event.pull_request.head.sha }} - name: Show commit SHA diff --git a/.github/workflows/manual-aws-deploy.yml b/.github/workflows/manual-aws-deploy.yml index 26ae3e6d5..6dab2cbc7 100644 --- a/.github/workflows/manual-aws-deploy.yml +++ b/.github/workflows/manual-aws-deploy.yml @@ -33,7 +33,7 @@ jobs: terraform-output: ${{ steps.deploy.outputs.terraform-output }} steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: Install Dependencies uses: aneoconsulting/ArmoniK.Action.Deploy/dependencies@main with: diff --git a/.github/workflows/manual-aws-destroy.yml b/.github/workflows/manual-aws-destroy.yml index 6298ba2f7..69ea61c2b 100644 --- a/.github/workflows/manual-aws-destroy.yml +++ b/.github/workflows/manual-aws-destroy.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: Install Dependencies uses: aneoconsulting/ArmoniK.Action.Deploy/dependencies@main with: diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index 33816e21f..c9c68ed3f 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -17,12 +17,12 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5 + - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5 id: lint_pr_title env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: marocchino/sticky-pull-request-comment@f61b6cf21ef2fcc468f4345cdfcc9bda741d2343 # v2 + - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2 # 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) @@ -37,7 +37,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@f61b6cf21ef2fcc468f4345cdfcc9bda741d2343 # v2 + uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2 with: header: pr-title-lint-error delete: true diff --git a/.github/workflows/validate-docs-generation.yml b/.github/workflows/validate-docs-generation.yml index 9662f3887..37829804a 100644 --- a/.github/workflows/validate-docs-generation.yml +++ b/.github/workflows/validate-docs-generation.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - run: npm install -g pnpm@^9.0.2 @@ -42,7 +42,7 @@ jobs: name: Lint Markdown runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - run: npm install -g pnpm@^9.0.2 @@ -60,7 +60,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - run: npm install -g pnpm@^9.0.2