Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
82e320c
Bump actions/checkout from 4.1.2 to 4.1.7
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
10 changes: 5 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -62,7 +62,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # 3.25.1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -73,7 +73,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
uses: github/codeql-action/autobuild@c7f9125735019aa87cfc361530512d50ea439c71 # 3.25.1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -87,4 +87,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # 3.25.1
8 changes: 4 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ jobs:
java: [ 8 ]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report

- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
files: ./target/site/jacoco/jacoco.xml
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down
6 changes: 3 additions & 3 deletions .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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false

Expand All @@ -59,13 +59,13 @@ jobs:
publish_results: true

- name: "Upload artifact"
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # 4.0.0
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # 4.3.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # 3.22.12
uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # 3.25.1
with:
sarif_file: results.sarif