diff --git a/.github/workflows/compose-lint.yml b/.github/workflows/compose-lint.yml index 096737e..15c5257 100644 --- a/.github/workflows/compose-lint.yml +++ b/.github/workflows/compose-lint.yml @@ -63,7 +63,7 @@ jobs: if: ${{ inputs.event-name == 'push' }} steps: - name: Checkout target repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} @@ -135,7 +135,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout target repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} @@ -163,13 +163,13 @@ jobs: timeout-minutes: 5 steps: - name: Checkout target repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} - name: Checkout compose-workflow for linting scripts - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: owine/compose-workflow ref: main @@ -217,13 +217,13 @@ jobs: timeout-minutes: 5 steps: - name: Checkout target repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: ${{ inputs.target-repository }} ref: ${{ inputs.target-ref }} - name: Checkout compose-workflow for linting scripts - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: owine/compose-workflow ref: main diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f9c295..0f1f8f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -358,7 +358,7 @@ jobs: fi - name: Checkout repository for change detection - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 # Fetch full history for accurate change detection @@ -391,7 +391,7 @@ jobs: fi - name: Checkout compose-workflow for deployment scripts - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: repository: owine/compose-workflow ref: main diff --git a/.github/workflows/workflow-lint.yml b/.github/workflows/workflow-lint.yml index af68d57..21d8518 100644 --- a/.github/workflows/workflow-lint.yml +++ b/.github/workflows/workflow-lint.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run yamllint id: yamllint @@ -36,7 +36,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run actionlint uses: raven-actions/actionlint@963d4779ef039e217e5d0e6fd73ce9ab7764e493 # v2.1.0 @@ -46,7 +46,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run shellcheck on deployment scripts id: shellcheck