From 7444b1771192922d9c5c6fd2486be164b6b3495d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:27:51 +0000 Subject: [PATCH 1/3] chore(deps): Bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/704facf57e6136b1bc63b828d79edcd491f0ee84...e12d46a63a90f2fae62d114769bbf2a179198b5c) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b174ef39f..cd9ffd8c9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Utilize Go Module Cache - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.0.8 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.0.8 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 85099b433..ca9100fa5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.0.8 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.0.8 with: # In order: # * Module download cache From c8882123c29f96cb65e910c039e35dac0371512d Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 11 Jan 2024 18:31:19 +0100 Subject: [PATCH 2/3] Update codeql-analysis.yml Signed-off-by: Carlos Tadeu Panato Junior --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cd9ffd8c9..f1d04dcef 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Utilize Go Module Cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.0.8 + uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 with: path: | ~/go/pkg/mod From 61ca4dfe76c2fc08d43b26f6c965174e69cd6c68 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 11 Jan 2024 18:31:29 +0100 Subject: [PATCH 3/3] Update tests.yaml Signed-off-by: Carlos Tadeu Panato Junior --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ca9100fa5..333de3026 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.0.8 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 with: # In order: # * Module download cache