| commit | 29bb24ad9cf78282a866476b467e0d73ddd7ad0a | [log] [tgz] | 
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Apr 20 06:20:43 2023 +0100 | 
| committer | GitHub <noreply@github.com> | Thu Apr 20 06:20:43 2023 +0100 | 
| tree | 342d924aac00c12589a2dd0912e5dd0a88dc2e8f | |
| parent | 10c9034076fc81d5228f12b5e1596231587f5b3a [diff] | 
Bump actions/checkout from 3.5.0 to 3.5.2 (#57) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [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/8f4b7f84864484a7bf31766abe9204da3cbe65b3...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c867819..6b54b46 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml
@@ -58,7 +58,7 @@ steps: - name: Checkout repository - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL
diff --git a/.github/workflows/pull-request-build.yaml b/.github/workflows/pull-request-build.yaml index b919d08..d9cc1ee 100644 --- a/.github/workflows/pull-request-build.yaml +++ b/.github/workflows/pull-request-build.yaml
@@ -15,7 +15,7 @@ pull-requests: read timeout-minutes: 130 steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up JDK 8 uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with:
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index ff6f45b..fc7d18d 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml
@@ -40,7 +40,7 @@ steps: - name: "Checkout code" - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # tag=v3.0.0 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # tag=v3.0.0 with: persist-credentials: false