From a8ec8597a07d6527b200751fc8dbec18febecc64 Mon Sep 17 00:00:00 2001 From: Dan Fiedler Date: Fri, 28 Aug 2026 19:03:41 -0400 Subject: [PATCH] Pin GitHub Actions to full-length commit SHAs --- .github/dependabot.yml | 11 +++++++++++ .github/workflows/auto-label-area.yml | 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/auto-label-area.yml b/.github/workflows/auto-label-area.yml index b55e9ac..0df5631 100644 --- a/.github/workflows/auto-label-area.yml +++ b/.github/workflows/auto-label-area.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add area label - uses: actions/github-script@v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: script: | const AREA_LABEL = "area:java-functions";