diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index dac953b..d621f08 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # @v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # @v5.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 83a015b..c55a609 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code # yamllint disable-line rule:line-length - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # @v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # @v5.0.1 with: ## Full git history is needed to get a proper list of changed files ## within `super-linter`