From 9468c4df9d26db4edc9f2846585af6ea2a56467b Mon Sep 17 00:00:00 2001 From: "kjoremiljo-renovate[bot]" <172023954+kjoremiljo-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:25:31 +0000 Subject: [PATCH] deps: pin oslokommune/composite-actions action to 7cfbf46 --- .github/workflows/test_cached-apt-get-install.yml | 2 +- .github/workflows/test_disallow_same_approver.yml | 2 +- .github/workflows/test_optimize-apt-get.yml | 2 +- .github/workflows/test_repository-dispatch.yml | 2 +- .github/workflows/test_setup-boilerplate.yml | 2 +- .github/workflows/test_setup-ok.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_cached-apt-get-install.yml b/.github/workflows/test_cached-apt-get-install.yml index 0185a12e..40bd2d50 100644 --- a/.github/workflows/test_cached-apt-get-install.yml +++ b/.github/workflows/test_cached-apt-get-install.yml @@ -15,6 +15,6 @@ jobs: steps: - name: Run cached-apt-get-install composite action - uses: oslokommune/composite-actions/cached-apt-get-install@main + uses: oslokommune/composite-actions/cached-apt-get-install@7cfbf4679ce2fc7d00add470182e16097c721fbb # main with: packages: age diff --git a/.github/workflows/test_disallow_same_approver.yml b/.github/workflows/test_disallow_same_approver.yml index 0634e1da..8693e809 100644 --- a/.github/workflows/test_disallow_same_approver.yml +++ b/.github/workflows/test_disallow_same_approver.yml @@ -16,4 +16,4 @@ jobs: steps: - name: Run disallow-same-approver composite action - uses: oslokommune/composite-actions/disallow-same-approver@main + uses: oslokommune/composite-actions/disallow-same-approver@7cfbf4679ce2fc7d00add470182e16097c721fbb # main diff --git a/.github/workflows/test_optimize-apt-get.yml b/.github/workflows/test_optimize-apt-get.yml index 95860b54..e2c86dbc 100644 --- a/.github/workflows/test_optimize-apt-get.yml +++ b/.github/workflows/test_optimize-apt-get.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Run optimize-apt-get composite action - uses: oslokommune/composite-actions/optimize-apt-get@main + uses: oslokommune/composite-actions/optimize-apt-get@7cfbf4679ce2fc7d00add470182e16097c721fbb # main - name: Install age diff --git a/.github/workflows/test_repository-dispatch.yml b/.github/workflows/test_repository-dispatch.yml index 32c1b612..bfb3f852 100644 --- a/.github/workflows/test_repository-dispatch.yml +++ b/.github/workflows/test_repository-dispatch.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Run repository-dispatch composite action - uses: oslokommune/composite-actions/repository-dispatch@main + uses: oslokommune/composite-actions/repository-dispatch@7cfbf4679ce2fc7d00add470182e16097c721fbb # main with: event_type: something client_payload: > diff --git a/.github/workflows/test_setup-boilerplate.yml b/.github/workflows/test_setup-boilerplate.yml index ef8c4865..648f6de1 100644 --- a/.github/workflows/test_setup-boilerplate.yml +++ b/.github/workflows/test_setup-boilerplate.yml @@ -15,4 +15,4 @@ jobs: steps: - name: Run setup-boilerplate composite action - uses: oslokommune/composite-actions/setup-boilerplate@main + uses: oslokommune/composite-actions/setup-boilerplate@7cfbf4679ce2fc7d00add470182e16097c721fbb # main diff --git a/.github/workflows/test_setup-ok.yml b/.github/workflows/test_setup-ok.yml index c72f6241..18a209fd 100644 --- a/.github/workflows/test_setup-ok.yml +++ b/.github/workflows/test_setup-ok.yml @@ -15,4 +15,4 @@ jobs: steps: - name: Run setup-ok composite action - uses: oslokommune/composite-actions/setup-ok@main + uses: oslokommune/composite-actions/setup-ok@7cfbf4679ce2fc7d00add470182e16097c721fbb # main