diff --git a/.github/workflows/gitguardian.yml b/.github/workflows/gitguardian.yml index 961ee4c..04fc327 100644 --- a/.github/workflows/gitguardian.yml +++ b/.github/workflows/gitguardian.yml @@ -16,7 +16,7 @@ jobs: if: github.actor != 'dependabot[bot]' # Skip for Dependabot steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0b58d4a..aee6734 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -16,7 +16,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install ShellCheck run: sudo apt-get update && sudo apt-get install -y shellcheck @@ -54,7 +54,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install EditorConfig Checker run: | @@ -76,7 +76,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install yamllint run: pip install yamllint @@ -91,7 +91,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: CodeSpell Check uses: codespell-project/actions-codespell@v2 @@ -105,7 +105,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install check-jsonschema run: pip install check-jsonschema