diff --git a/.gitallowed b/.gitallowed index e7593cf..108768f 100644 --- a/.gitallowed +++ b/.gitallowed @@ -1,3 +1,7 @@ token: ?"?\$\{\{\s*secrets\.GITHUB_TOKEN\s*\}\}"? .*\.gitallowed.* id-token: write +password: \${{ secrets\.GITHUB_TOKEN }} +def __init__\(self, token: str, owner: str, repo: str.* +self\.token = token +token = os\.environ\.get\(\"GH_TOKEN\"\) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6c7f87c..6310c0c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,7 +7,7 @@ updates: directory: "/" schedule: interval: "weekly" - day: "friday" + day: "thursday" time: "18:00" # UTC open-pull-requests-limit: 20 commit-message: @@ -20,7 +20,7 @@ updates: directory: "/" schedule: interval: "weekly" - day: "friday" + day: "thursday" time: "18:00" # UTC open-pull-requests-limit: 20 versioning-strategy: increase @@ -34,7 +34,7 @@ updates: directory: "/" schedule: interval: "weekly" - day: "friday" + day: "thursday" time: "18:00" # UTC open-pull-requests-limit: 20 versioning-strategy: increase diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 6e961ef..886de9f 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -28,7 +28,7 @@ jobs: quality_checks: runs-on: ubuntu-22.04 steps: - - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 + - uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e if: ${{ inputs.install_java }} with: java-version: "21"