diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2c48305 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + groups: + github-actions: + patterns: ["*"] + schedule: + interval: "weekly" + cooldown: + default-days: 7 diff --git a/.github/workflows/verify_gc_agent_zip.yml b/.github/workflows/verify_gc_agent_zip.yml index 3de1fa1..00c1f44 100644 --- a/.github/workflows/verify_gc_agent_zip.yml +++ b/.github/workflows/verify_gc_agent_zip.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0 - name: Unzip the archive run: unzip '*.zip' -d extracted