diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 68449df..93ec881 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Repository checkout # yamllint disable-line rule:line-length - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v4.1.2 with: fetch-depth: 0 diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 766add3..248fe36 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout code # yamllint disable-line rule:line-length - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # @v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # @v4.1.2 with: ## Full git history is needed to get a proper list of changed files ## within `super-linter`