diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 05ca3b0..9261d80 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -1,3 +1,2 @@ self-hosted-runner: - labels: - - runners-privilegedescalation + labels: [] diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b056f5c..b564b3d 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -7,7 +7,7 @@ on: jobs: renovate: - runs-on: runners-privilegedescalation + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v6