From c34b28152f1cd4f6256adbb3f4b7345246f10759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:06:28 +0000 Subject: [PATCH] Bump the actions group with 1 update Bumps the actions group with 1 update: [mdgreenwald/mozilla-sops-action](https://github.com/mdgreenwald/mozilla-sops-action). Updates `mdgreenwald/mozilla-sops-action` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/mdgreenwald/mozilla-sops-action/releases) - [Commits](https://github.com/mdgreenwald/mozilla-sops-action/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: mdgreenwald/mozilla-sops-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-grafana-dashboards.yaml | 2 +- .github/workflows/ensure-uptime-checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-grafana-dashboards.yaml b/.github/workflows/deploy-grafana-dashboards.yaml index 9ef67d99e7..1fded0d9ab 100644 --- a/.github/workflows/deploy-grafana-dashboards.yaml +++ b/.github/workflows/deploy-grafana-dashboards.yaml @@ -50,7 +50,7 @@ jobs: sudo apt install jsonnet - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1.6.0 - name: Setup sops credentials to decrypt repo secrets uses: google-github-actions/auth@v2 diff --git a/.github/workflows/ensure-uptime-checks.yaml b/.github/workflows/ensure-uptime-checks.yaml index d5ca8a2d64..4ecef48e0b 100644 --- a/.github/workflows/ensure-uptime-checks.yaml +++ b/.github/workflows/ensure-uptime-checks.yaml @@ -38,7 +38,7 @@ jobs: # We use sops to store encrypted GCP ServiceAccount Key that terraform uses # to run, as well as PagerDuty config terraform uses - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1.6.0 # Authenticate with the correct KMS key that sops will use. - name: Setup sops credentials to decrypt repo secrets