diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1bb37493a..39eaea19d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,8 @@ updates: directory: / schedule: interval: daily + cooldown: + default-days: 7 - package-ecosystem: nuget directory: / @@ -28,4 +30,4 @@ updates: - package-ecosystem: nuget directory: /test/perf/benchmarks schedule: - interval: daily + interval: daily \ No newline at end of file diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ba7f2ffb2..25b0f9041 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: - name: Checkout repository uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1 with: global-json-file: global.json