From f671683f9afe4906a5122bc02d712d6d701965ba Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 22 Jan 2026 15:21:49 +0100 Subject: [PATCH] Update dependabot schedule and pin actions to SHA --- .github/dependabot.yml | 8 +++++--- .github/workflows/Process-PSModule.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53188fe..c3f3010 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,12 @@ version: 2 updates: - - package-ecosystem: github-actions # See documentation for possible values - directory: / # Location of package manifests + - package-ecosystem: github-actions + directory: / labels: - dependencies - github-actions schedule: - interval: weekly + interval: daily + cooldown: + default-days: 7 diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index cc02d54..db0b2f0 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -27,6 +27,6 @@ permissions: jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v5 + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@be7d5dcbceec14855d325fdd34f2a7c2f05a7f57 # v5.4.1 secrets: APIKEY: ${{ secrets.APIKEY }}