From e92ceda0ee16da17dc06993077f7dc80d9b5c3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 06:31:21 +0000 Subject: [PATCH 1/7] Bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codacy-analysis.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/rebase.yml | 2 +- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 1da162d..ac3ac69 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9c32604..eb4aae8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 9d5e25b..854909b 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -8,7 +8,7 @@ jobs: if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: token: ${{ secrets.PAT_TOKEN }} fetch-depth: 0 # otherwise, you will failed to push refs to dest repo diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index bc04a20..77dd56e 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -8,7 +8,7 @@ jobs: update-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: fetch-depth: 0 - name: Run release-tagger diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e89783a..b2ec7f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: name: Test coverage-badge-go steps: - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: fetch-depth: 0 persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 794e9b0..2b66833 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -9,7 +9,7 @@ jobs: sync-assets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 with: fetch-depth: 0 From 3601914a3390e7fe6fd126ea685f97c4cc709ec7 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 7 May 2024 21:07:01 -0600 Subject: [PATCH 2/7] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2ec7f7..7fe0196 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: uses: reviewdog/action-golangci-lint@v2 with: workdir: test - go_version: "1.14.4" + go_version_file: "go.mod" - name: Setup go uses: actions/setup-go@v5 From c79fad9e77f8a4a601e0c2741cb06095f47cd195 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 7 May 2024 21:08:59 -0600 Subject: [PATCH 3/7] Update test.yml --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fe0196..1c5224d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,18 +24,18 @@ jobs: fetch-depth: 0 persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. + - name: Setup go + uses: actions/setup-go@v5 + with: + go-version-file: 'test/go.mod' + cache-dependency-path: "**/*.sum" + - name: golangci-lint uses: reviewdog/action-golangci-lint@v2 with: workdir: test go_version_file: "go.mod" - - name: Setup go - uses: actions/setup-go@v5 - with: - go-version-file: 'test/go.mod' - cache: false - - name: Run Test run: make test From d2c6f470857ef7fa523e75eb839353d691cfbb04 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 7 May 2024 21:17:18 -0600 Subject: [PATCH 4/7] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c5224d..fc3d65b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: uses: reviewdog/action-golangci-lint@v2 with: workdir: test - go_version_file: "go.mod" + go_version_file: "test/go.mod" - name: Run Test run: From 250c1b2d66e2678ad2087527d1cd463e03894158 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 7 May 2024 21:20:27 -0600 Subject: [PATCH 5/7] Update go.mod --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index 309f548..33951df 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,3 +1,3 @@ module github.com/tj-actions/coverage-badge-go/test -go 1.14 +go 1.22 From d1716a2020549f5c8860bc1ba29d5b38d2340e85 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 7 May 2024 21:34:52 -0600 Subject: [PATCH 6/7] Update go.mod --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index 33951df..d24e848 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,3 +1,3 @@ module github.com/tj-actions/coverage-badge-go/test -go 1.22 +go 1.14.15 From 3b8238c726c53f605d54d5f9e2822335bb235cce Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 7 May 2024 21:37:06 -0600 Subject: [PATCH 7/7] Update go.mod --- test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/go.mod b/test/go.mod index d24e848..ed1f1e7 100644 --- a/test/go.mod +++ b/test/go.mod @@ -1,3 +1,3 @@ module github.com/tj-actions/coverage-badge-go/test -go 1.14.15 +go 1.15