Skip to content

Commit 8fe266f

Browse files
[dependabot] Bump GitHub actions dependencies (#3426)
* Updates `actions/cache` from 4.2.4 to 4.3.0 * Updates `github/codeql-action` from 3.29.11 to 3.30.6 * Updates `actions/dependency-review-action` from 4.7.2 to 4.8.0 * Updates `actions/setup-python` from 5.6.0 to 6.0.0 * Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1f72b0 commit 8fe266f

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
distribution: 'temurin'
6363
java-version: '11'
64-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
64+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6565
with:
6666
key: ${{ hashFiles('**/pom.xml') }}-compile-${{ inputs.scala-version }}
6767
path: |

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
# Upload the SARIF file generated in the previous step
7474
- name: Upload SARIF results file
75-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
75+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
7676
with:
7777
sarif_file: results.sarif
7878
category: codacy-${{ matrix.tool }}

.github/workflows/dash-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
distribution: 'temurin'
2626
java-version: '11'
27-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2828
with:
2929
key: ${{ hashFiles('**/pom.xml') }}-dash-scheduled-${{ matrix.version }}
3030
path: |

.github/workflows/dash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
distribution: 'temurin'
5353
java-version: '11'
54-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5555
if: steps.pom_changes.outputs.pom_changed == 'true'
5656
with:
5757
key: ${{ hashFiles('**/pom.xml') }}-dash-${{ inputs.scala-version }}

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: 'Checkout Repository'
2020
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
- name: 'Dependency Review'
22-
uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
22+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
with:
2525
distribution: 'temurin'
2626
java-version: '11'
27-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2828
with:
2929
key: ${{ hashFiles('**/pom.xml') }}-docs
3030
path: ~/.m2/repository/
31-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
31+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3232
with:
3333
python-version: '3.10'
3434
cache: 'pip'

.github/workflows/eclipse-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
distribution: 'temurin'
2828
java-version: '11'
29-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3030
with:
3131
key: ${{ hashFiles('**/pom.xml') }}-eclipse-snapshots-${{ matrix.version }}
3232
path: |

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
distribution: 'temurin'
2525
java-version: '11'
26-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2727
with:
2828
key: ${{ hashFiles('**/pom.xml') }}-it-${{ inputs.scala-version }}
2929
path: ~/.m2/repository/

.github/workflows/javadocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
distribution: 'temurin'
3434
java-version: '11'
35-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3636
with:
3737
key: ${{ hashFiles('**/pom.xml') }}-javadocs-${{ inputs.scala-version }}
3838
path: ~/.m2/repository/

.github/workflows/license-headers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
distribution: 'temurin'
2626
java-version: '11'
27-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
27+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2828
with:
2929
key: ${{ hashFiles('**/pom.xml') }}-license-header-check
3030
path: ~/.m2/repository/

0 commit comments

Comments
 (0)