From 9f003898b3d23e2ffad55f08753e3dea82eb3e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:07:43 +0000 Subject: [PATCH 1/2] Bump mdgreenwald/mozilla-sops-action from 1.4.1 to 1.5.0 Bumps [mdgreenwald/mozilla-sops-action](https://github.com/mdgreenwald/mozilla-sops-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/mdgreenwald/mozilla-sops-action/releases) - [Commits](https://github.com/mdgreenwald/mozilla-sops-action/compare/v1.4.1...v1.5.0) --- updated-dependencies: - dependency-name: mdgreenwald/mozilla-sops-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/meeting-facilitator.yaml | 4 ++-- .github/workflows/populate-current-roles.yaml | 2 +- .github/workflows/support-triager.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/meeting-facilitator.yaml b/.github/workflows/meeting-facilitator.yaml index 806a431..d612ae3 100644 --- a/.github/workflows/meeting-facilitator.yaml +++ b/.github/workflows/meeting-facilitator.yaml @@ -66,7 +66,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.4.1 + uses: mdgreenwald/mozilla-sops-action@v1.5.0 with: version: v3.7.2 @@ -131,7 +131,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.4.1 + uses: mdgreenwald/mozilla-sops-action@v1.5.0 with: version: v3.7.2 diff --git a/.github/workflows/populate-current-roles.yaml b/.github/workflows/populate-current-roles.yaml index 531ebf3..ce5739a 100644 --- a/.github/workflows/populate-current-roles.yaml +++ b/.github/workflows/populate-current-roles.yaml @@ -75,7 +75,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.4.1 + uses: mdgreenwald/mozilla-sops-action@v1.5.0 with: version: v3.7.2 diff --git a/.github/workflows/support-triager.yaml b/.github/workflows/support-triager.yaml index 8268b6c..186ad05 100644 --- a/.github/workflows/support-triager.yaml +++ b/.github/workflows/support-triager.yaml @@ -66,7 +66,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.4.1 + uses: mdgreenwald/mozilla-sops-action@v1.5.0 with: version: v3.7.2 @@ -133,7 +133,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.4.1 + uses: mdgreenwald/mozilla-sops-action@v1.5.0 with: version: v3.7.2 From 642e04775fd396e2cd212b2591d594024b9ac913 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:26:05 +0100 Subject: [PATCH 2/2] Pin to major version only --- .github/workflows/meeting-facilitator.yaml | 4 ++-- .github/workflows/populate-current-roles.yaml | 2 +- .github/workflows/support-triager.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/meeting-facilitator.yaml b/.github/workflows/meeting-facilitator.yaml index d612ae3..397f113 100644 --- a/.github/workflows/meeting-facilitator.yaml +++ b/.github/workflows/meeting-facilitator.yaml @@ -66,7 +66,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1 with: version: v3.7.2 @@ -131,7 +131,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1 with: version: v3.7.2 diff --git a/.github/workflows/populate-current-roles.yaml b/.github/workflows/populate-current-roles.yaml index ce5739a..5a3013a 100644 --- a/.github/workflows/populate-current-roles.yaml +++ b/.github/workflows/populate-current-roles.yaml @@ -75,7 +75,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1 with: version: v3.7.2 diff --git a/.github/workflows/support-triager.yaml b/.github/workflows/support-triager.yaml index 186ad05..e4445ee 100644 --- a/.github/workflows/support-triager.yaml +++ b/.github/workflows/support-triager.yaml @@ -66,7 +66,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1 with: version: v3.7.2 @@ -133,7 +133,7 @@ jobs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1 with: version: v3.7.2