diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50980f2..fc8e7b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,9 @@ updates: directory: "/" schedule: interval: daily + cooldown: + default-days: 7 - package-ecosystem: docker directory: "/" schedule: - interval: daily + interval: daily \ No newline at end of file diff --git a/.github/workflows/integration-tests-azure.yml b/.github/workflows/integration-tests-azure.yml index ea42ab4..ed03b4d 100644 --- a/.github/workflows/integration-tests-azure.yml +++ b/.github/workflows/integration-tests-azure.yml @@ -30,7 +30,7 @@ jobs: container: image: ghcr.io/dbt-msft/dbt-sqlserver:CI-${{ matrix.python_version }}-msodbc${{ matrix.msodbc_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 - name: Install dependencies run: pip install -r dev_requirements.txt diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 1e790c8..c05b0f2 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -11,9 +11,9 @@ jobs: name: Release new version runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 with: python-version: '3.9'