Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
46b3cb0
Bump github/codeql-action from 3.22.12 to 3.23.1
dependabot[bot] Jan 19, 2024
a254a95
Bump actions/cache from 3.3.2 to 4.0.0
dependabot[bot] Jan 19, 2024
2860aa8
Bump actions/upload-artifact from 4.0.0 to 4.3.0
dependabot[bot] Jan 26, 2024
63b2a70
Bump codecov/codecov-action from 3.1.4 to 3.1.5
dependabot[bot] Jan 26, 2024
dc0247e
Merge pull request #88 from garydgregory/dependabot/github_actions/ac…
garydgregory Jan 26, 2024
2c908c4
Merge pull request #89 from garydgregory/dependabot/github_actions/co…
garydgregory Jan 26, 2024
b723f7a
Merge pull request #87 from garydgregory/dependabot/github_actions/ac…
garydgregory Jan 26, 2024
192ab65
Merge pull request #85 from garydgregory/dependabot/github_actions/gi…
garydgregory Jan 26, 2024
0a3aa91
Bump codecov/codecov-action from 3.1.5 to 4.0.1
dependabot[bot] Feb 2, 2024
4d9b9a9
Bump github/codeql-action from 3.23.1 to 3.24.0
dependabot[bot] Feb 9, 2024
2b8c75f
Bump actions/upload-artifact from 4.3.0 to 4.3.1
dependabot[bot] Feb 9, 2024
7dc4722
Merge pull request #94 from garydgregory/dependabot/github_actions/gi…
garydgregory Feb 9, 2024
04d4f02
Merge pull request #95 from garydgregory/dependabot/github_actions/ac…
garydgregory Feb 9, 2024
49781af
Merge pull request #92 from garydgregory/dependabot/github_actions/co…
garydgregory Feb 9, 2024
73bea1f
Bump github/codeql-action from 3.24.0 to 3.24.3
dependabot[bot] Feb 16, 2024
34d2238
Merge pull request #96 from garydgregory/dependabot/github_actions/gi…
garydgregory Feb 16, 2024
65013e3
Bump codecov/codecov-action from 4.0.1 to 4.1.0
dependabot[bot] Mar 1, 2024
0ab03a0
Bump actions/checkout from 4.1.1 to 4.1.2
dependabot[bot] Mar 15, 2024
0650c69
Bump actions/setup-java from 4.0.0 to 4.2.1
dependabot[bot] Mar 15, 2024
f63662e
Bump github/codeql-action from 3.24.3 to 3.24.7
dependabot[bot] Mar 15, 2024
b04faee
Merge pull request #103 from garydgregory/dependabot/github_actions/a…
garydgregory Mar 15, 2024
28f5aa8
Merge pull request #105 from garydgregory/dependabot/github_actions/g…
garydgregory Mar 15, 2024
3d742f9
Merge pull request #104 from garydgregory/dependabot/github_actions/a…
garydgregory Mar 15, 2024
8db798d
Merge pull request #98 from garydgregory/dependabot/github_actions/co…
garydgregory Mar 15, 2024
6081dd3
Bump actions/cache from 4.0.0 to 4.0.2
dependabot[bot] Mar 22, 2024
f817fc7
Merge pull request #106 from garydgregory/dependabot/github_actions/a…
garydgregory Mar 22, 2024
635ea5e
Bump github/codeql-action from 3.24.7 to 3.24.10
dependabot[bot] Apr 12, 2024
07d2abd
Bump codecov/codecov-action from 4.1.0 to 4.3.0
dependabot[bot] Apr 12, 2024
20be338
Merge pull request #113 from garydgregory/dependabot/github_actions/g…
garydgregory Apr 12, 2024
072d9a9
Merge pull request #114 from garydgregory/dependabot/github_actions/c…
garydgregory Apr 12, 2024
9fca26b
Bump github/codeql-action from 3.24.10 to 3.25.1
dependabot[bot] Apr 19, 2024
7278486
Merge pull request #115 from garydgregory/dependabot/github_actions/g…
garydgregory Apr 19, 2024
91e6eb5
Bump codecov/codecov-action from 4.3.0 to 4.5.0
dependabot[bot] Jun 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b4ffde6...9bb5618)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
commit 0ab03a0f97641352b9667a6a5709014399a4162c
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
java: [ 8 ]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:

- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false

Expand Down