From 4d3d6ec1e7a71143ea1a843a1d738c149935af17 Mon Sep 17 00:00:00 2001 From: Dan Fiedler Date: Fri, 28 Aug 2026 23:27:35 -0400 Subject: [PATCH] Pin GitHub Actions to full-length commit SHAs --- .github/dependabot.yml | 11 +++++++++++ .github/workflows/cover.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml 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/cover.yaml b/.github/workflows/cover.yaml index fecdfa2..64d5727 100644 --- a/.github/workflows/cover.yaml +++ b/.github/workflows/cover.yaml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@master - name: test + calculate coverage run: "bash ci/cover.sh" - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1.5.2