Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/onedr0p/actions-runner ( 2.321.0 → 2.322.0 ) #4380

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/onedr0p/actions-runner (source) minor 2.321.0 -> 2.322.0 OpenSSF Scorecard

Release Notes

actions/runner (ghcr.io/onedr0p/actions-runner)

v2.322.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/runner@v2.321.0...v2.322.0

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

##### Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

##### Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-x64-2.322.0.zip -OutFile actions-runner-win-x64-2.322.0.zip

##### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.322.0.zip", "$PWD")
Windows arm64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

##### Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

##### Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-arm64-2.322.0.zip -OutFile actions-runner-win-arm64-2.322.0.zip

##### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.322.0.zip", "$PWD")
OSX x64
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-x64-2.322.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-osx-x64-2.322.0.tar.gz
OSX arm64 (Apple silicon)
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-arm64-2.322.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-osx-arm64-2.322.0.tar.gz
Linux x64
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-x64-2.322.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-x64-2.322.0.tar.gz
Linux arm64
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm64-2.322.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-arm64-2.322.0.tar.gz
Linux arm
##### Create a folder
mkdir actions-runner && cd actions-runner

##### Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm-2.322.0.tar.gz

##### Extract the installer
tar xzf ./actions-runner-linux-arm-2.322.0.tar.gz
Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.322.0.zip ace5de018c88492ca80a2323af53ff3f43d2c82741853efb302928f250516015
  • actions-runner-win-arm64-2.322.0.zip 74b67df4e94e3cd7d79b9320d421b0a62c66b77a019cf2471aba793dac0139fb
  • actions-runner-osx-x64-2.322.0.tar.gz aa0fc262363912167dcdbc746ffcdf7b8996bc587f51cf1bab38ad86cf70b6ea
  • actions-runner-osx-arm64-2.322.0.tar.gz 67d3b4dd6f1eec8ec43dda12c189cff68ec3ba1dfa054791cb446ddcfb39d2aa
  • actions-runner-linux-x64-2.322.0.tar.gz b13b784808359f31bc79b08a191f5f83757852957dd8fe3dbfcc38202ccf5768
  • actions-runner-linux-arm64-2.322.0.tar.gz a96b0cec7b0237ca5e4210982368c6f7d8c2ab1e5f6b2604c1ccede9cedcb143
  • actions-runner-linux-arm-2.322.0.tar.gz 583fc5f933eb2f0f9f388ef304085629181cef54e63fe3445eed92dba4a87c46

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tyriis-automation
Copy link
Contributor Author

--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/jazzlyn-gh-actions-demo

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/jazzlyn-gh-actions-demo

@@ -32,13 +32,13 @@

     runnerScaleSetName: arc-runner-set-gh-actions-demo
     template:
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+          image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
           name: runner
           volumeMounts:
           - mountPath: /home/runner/config.json
             name: regcreds-docker
             subPath: config.json
           - mountPath: /home/runner/.docker
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/jazzlyn-kind-flux-demo

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/jazzlyn-kind-flux-demo

@@ -32,13 +32,13 @@

     runnerScaleSetName: arc-runner-set-kind-flux-demo
     template:
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+          image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
           name: runner
           volumeMounts:
           - mountPath: /home/runner/config.json
             name: regcreds-docker
             subPath: config.json
           - mountPath: /home/runner/.docker
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/techtales-io

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/techtales-io

@@ -32,13 +32,13 @@

     runnerScaleSetName: arc-runner-set-techtales-io
     template:
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+          image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
           name: runner
   valuesFrom:
   - kind: Secret
     name: techtales-io-runners
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-home-ops

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-home-ops

@@ -32,13 +32,13 @@

     runnerScaleSetName: arc-runner-set-home-ops
     template:
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+          image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
           name: runner
   valuesFrom:
   - kind: Secret
     name: tyriis-runners
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-homeassistant-config

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-homeassistant-config

@@ -32,13 +32,13 @@

     runnerScaleSetName: arc-runner-set-homeassistant-config
     template:
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+          image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
           name: runner
   valuesFrom:
   - kind: Secret
     name: tyriis-runners
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id
--- kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-terraform-github

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/runners Kustomization: flux-system/apps-actions-runner-controller-runners HelmRelease: github/tyriis-terraform-github

@@ -32,13 +32,13 @@

     runnerScaleSetName: arc-runner-set-terraform-github
     template:
       spec:
         containers:
         - command:
           - /home/runner/run.sh
-          image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+          image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
           name: runner
   valuesFrom:
   - kind: Secret
     name: tyriis-runners
     targetPath: githubConfigSecret.github_app_id
     valuesKey: github_app_id

@tyriis-automation
Copy link
Contributor Author

--- HelmRelease: github/jazzlyn-kind-flux-demo AutoscalingRunnerSet: github/arc-runner-set-kind-flux-demo

+++ HelmRelease: github/jazzlyn-kind-flux-demo AutoscalingRunnerSet: github/arc-runner-set-kind-flux-demo

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-kind-flux-demo
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-kind-flux-demo
     actions.github.com/scale-set-namespace: github
   annotations:
-    actions.github.com/values-hash: 9cbdc026407343b16158bf5d655a19909f264c931aa26b65d6029ed770a183b
+    actions.github.com/values-hash: 0b07d9d57adf817e5ad489a7d42f69f694a3970283e52764d2624a97b691e91
     actions.github.com/cleanup-github-secret-name: arc-runner-set-kind-flux-demo-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-kind-flux-demo-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-kind-flux-demo-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-kind-flux-demo-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/jazzlyn/kind-flux-demo
@@ -29,13 +29,13 @@

       imagePullSecrets:
       - name: regcreds-docker
       restartPolicy: Never
       serviceAccountName: arc-runner-set-kind-flux-demo-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -56,13 +56,13 @@

         - mountPath: /home/runner/.docker
           name: docker-config
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: github/tyriis-terraform-github AutoscalingRunnerSet: github/arc-runner-set-terraform-github

+++ HelmRelease: github/tyriis-terraform-github AutoscalingRunnerSet: github/arc-runner-set-terraform-github

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-terraform-github
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-terraform-github
     actions.github.com/scale-set-namespace: github
   annotations:
-    actions.github.com/values-hash: 123419e20067d2bfbf18dede812a6fdcf208f736a29502fae92eb33edcf4422
+    actions.github.com/values-hash: 6fe3a4a4c7c48acf22b32832bba059eb485a021e97b1b3f731c574c8bab9867
     actions.github.com/cleanup-github-secret-name: arc-runner-set-terraform-github-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-terraform-github-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-terraform-github-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-terraform-github-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/tyriis/terraform-github
@@ -27,13 +27,13 @@

   template:
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-terraform-github-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -42,13 +42,13 @@

         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: github/tyriis-home-ops AutoscalingRunnerSet: github/arc-runner-set-home-ops

+++ HelmRelease: github/tyriis-home-ops AutoscalingRunnerSet: github/arc-runner-set-home-ops

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-home-ops
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-home-ops
     actions.github.com/scale-set-namespace: github
   annotations:
-    actions.github.com/values-hash: 31130e72cf4d58b545ff18e641a6d6a8b124fec12ccbb84749c4ddb51c16560
+    actions.github.com/values-hash: ed95dee3e23f0d90a904b8157c882ae6db62e86cc0e388c5bfcb775c877d1c4
     actions.github.com/cleanup-github-secret-name: arc-runner-set-home-ops-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-home-ops-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-home-ops-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-home-ops-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/tyriis/home-ops
@@ -27,13 +27,13 @@

   template:
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-home-ops-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -42,13 +42,13 @@

         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: github/jazzlyn-gh-actions-demo AutoscalingRunnerSet: github/arc-runner-set-gh-actions-demo

+++ HelmRelease: github/jazzlyn-gh-actions-demo AutoscalingRunnerSet: github/arc-runner-set-gh-actions-demo

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-gh-actions-demo
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-gh-actions-demo
     actions.github.com/scale-set-namespace: github
   annotations:
-    actions.github.com/values-hash: b988d91dabed00b49b20d4d6d6410a207b136deedb417cbc61c0804d33902ee
+    actions.github.com/values-hash: f151396e851b411f66230dab50f7b71c24557ff54916b610b11f4a1dbd6f607
     actions.github.com/cleanup-github-secret-name: arc-runner-set-gh-actions-demo-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-gh-actions-demo-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-gh-actions-demo-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-gh-actions-demo-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/jazzlyn/gh-actions-demo
@@ -29,13 +29,13 @@

       imagePullSecrets:
       - name: regcreds-docker
       restartPolicy: Never
       serviceAccountName: arc-runner-set-gh-actions-demo-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -56,13 +56,13 @@

         - mountPath: /home/runner/.docker
           name: docker-config
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: github/tyriis-homeassistant-config AutoscalingRunnerSet: github/arc-runner-set-homeassistant-config

+++ HelmRelease: github/tyriis-homeassistant-config AutoscalingRunnerSet: github/arc-runner-set-homeassistant-config

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-homeassistant-config
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-homeassistant-config
     actions.github.com/scale-set-namespace: github
   annotations:
-    actions.github.com/values-hash: 7387b40db52110b1f93ac9d15547ab016a0bfe42f60454e39c5f79330588e9f
+    actions.github.com/values-hash: 195baef3c122e807f9eae66dc5d5edf42bfadb1c973da15ac3cea079f9cc717
     actions.github.com/cleanup-github-secret-name: arc-runner-set-homeassistant-config-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-homeassistant-config-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-homeassistant-config-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-homeassistant-config-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/tyriis/homeassistant-config
@@ -27,13 +27,13 @@

   template:
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-homeassistant-config-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -42,13 +42,13 @@

         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:
--- HelmRelease: github/techtales-io AutoscalingRunnerSet: github/arc-runner-set-techtales-io

+++ HelmRelease: github/techtales-io AutoscalingRunnerSet: github/arc-runner-set-techtales-io

@@ -10,13 +10,13 @@

     app.kubernetes.io/instance: arc-runner-set-techtales-io
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/part-of: gha-rs
     actions.github.com/scale-set-name: arc-runner-set-techtales-io
     actions.github.com/scale-set-namespace: github
   annotations:
-    actions.github.com/values-hash: 35c1d697d56133ca01a69640d89946685631dae01b65c6b5526eb8a57ad8860
+    actions.github.com/values-hash: 3430163f03347b4d5657530b59d7b9636896146a646d07adf9eda06dc8a4af1
     actions.github.com/cleanup-github-secret-name: arc-runner-set-techtales-io-gha-rs-github-secret
     actions.github.com/cleanup-manager-role-binding: arc-runner-set-techtales-io-gha-rs-manager
     actions.github.com/cleanup-manager-role-name: arc-runner-set-techtales-io-gha-rs-manager
     actions.github.com/cleanup-no-permission-service-account-name: arc-runner-set-techtales-io-gha-rs-no-permission
 spec:
   githubConfigUrl: https://github.com/techtales-io
@@ -27,13 +27,13 @@

   template:
     spec:
       restartPolicy: Never
       serviceAccountName: arc-runner-set-techtales-io-gha-rs-no-permission
       initContainers:
       - name: init-dind-externals
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         command:
         - cp
         args:
         - -r
         - -v
         - /home/runner/externals/.
@@ -42,13 +42,13 @@

         - name: dind-externals
           mountPath: /home/runner/tmpDir
       containers:
       - name: runner
         command:
         - /home/runner/run.sh
-        image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:a7539dc157f3f0129f49459826576ab53a529580916bb8a09a395e61e38354c0
+        image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:34aa045b8b0b82469bcb5951e244fd2bd41b8abbd493f956092497fcdcd29209
         env:
         - name: DOCKER_HOST
           value: unix:///var/run/docker.sock
         - name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
           value: '120'
         volumeMounts:

@tyriis-automation
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 6 0 0.03s
✅ REPOSITORY gitleaks yes no 4.0s
✅ YAML prettier 6 0 0.64s
✅ YAML yamllint 6 0 0.58s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation tyriis-automation bot merged commit eff66ac into main Jan 24, 2025
16 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/ghcr.io-onedr0p-actions-runner-2.x branch January 24, 2025 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants