Skip to content

Commit 6e05703

Browse files
Bump the github-action-dependencies group across 1 directory with 4 updates
Bumps the github-action-dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [gradle/actions](https://github.com/gradle/actions) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) Updates `github/codeql-action` from 3.25.7 to 3.25.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f079b84...23acc5c) Updates `gradle/actions` from 3.3.2 to 3.4.1 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@db19848...31ae356) Updates `codecov/codecov-action` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@125fc84...e28ff12) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f350aa3 commit 6e05703

8 files changed

+24
-24
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4141

4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
44+
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
4545
with:
4646
languages: ${{ matrix.language }}
4747
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -52,7 +52,7 @@ jobs:
5252
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5353
# If this step fails, then you should remove it and run the build manually (see below)
5454
- name: Autobuild
55-
uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
55+
uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
5656

5757
# ℹ️ Command-line programs to run using the OS shell.
5858
# 📚 https://git.io/JvXDl
@@ -66,4 +66,4 @@ jobs:
6666
# make release
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
69+
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10

.github/workflows/ion-java-performance-regression-detector.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout ion-data-generator
24-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2525
with:
2626
repository: amazon-ion/ion-data-generator
2727
ref: main
@@ -84,21 +84,21 @@ jobs:
8484
java-version: 17
8585

8686
- name: Checkout ion-java-benchmark-cli
87-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
87+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8888
with:
8989
repository: amazon-ion/ion-java-benchmark-cli
9090
ref: master
9191
path: ion-java-benchmark-cli
9292

9393
- name: Checkout ion-java from the previous commit
94-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
94+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9595
with:
9696
ref: ${{ github.base_ref }}
9797
submodules: recursive
9898
path: baseline
9999

100100
- name: Checkout ion-java from the new commit.
101-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
101+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
102102
with:
103103
repository: ${{ github.event.pull_request.head.repo.full_name }}
104104
ref: ${{ github.head_ref }}

.github/workflows/ion-test-driver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout ion-java
16-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # master
16+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
1717
with:
1818
repository: amazon-ion/ion-java
1919
ref: master
2020
path: ion-java
2121

2222
- name: Checkout ion-test-driver
23-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # master
23+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
2424
with:
2525
repository: amazon-ion/ion-test-driver
2626
ref: master
@@ -85,7 +85,7 @@ jobs:
8585
needs: ion-test-driver
8686
if: ${{ failure() }}
8787
steps:
88-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # master
88+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
8989
- name: Open an issue
9090
uses: JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
9191
env:

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
1717
submodules: recursive
1818
- name: Setup Java
@@ -21,11 +21,11 @@ jobs:
2121
distribution: 'corretto'
2222
java-version: 8
2323
- name: Setup Gradle
24-
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
24+
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
2525
with:
2626
validate-wrappers: true
2727
- run: ./gradlew build
28-
- uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
28+
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
2929
with:
3030
files: build/reports/jacoco/test/jacocoTestReport.xml
3131
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
@@ -42,7 +42,7 @@ jobs:
4242
java: [8, 11, 17, 21]
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4646
with:
4747
submodules: recursive
4848
- name: Setup Java
@@ -53,7 +53,7 @@ jobs:
5353
8
5454
${{matrix.java}}
5555
- name: Setup Gradle
56-
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
56+
uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
5757
with:
5858
cache-read-only: true
5959
validate-wrappers: true
@@ -66,7 +66,7 @@ jobs:
6666
# https://github.com/amazon-ion/ion-java/blob/master/.github/actions/inspect-version/action.yml
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
69+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
7070
- name: Get Project Version
7171
run: |
7272
echo "PROJECT_VERSION=v$(<project.version)" >> $GITHUB_ENV

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
outputs:
4545
should_create_draft: ${{ steps.inspect.outputs.is_valid_to_release }}
4646
steps:
47-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
47+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
4848
- name: Get project version
4949
run: |
5050
echo "PROJECT_VERSION=$(<project.version)" >> $GITHUB_ENV
@@ -65,7 +65,7 @@ jobs:
6565
permissions:
6666
contents: write
6767
steps:
68-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
68+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
6969
- name: Create a draft release
7070
shell: bash
7171
env:

.github/workflows/publish-release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
contents: write
3232
steps:
33-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
33+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
3434
with:
3535
submodules: recursive
3636
- name: Validate project version matches tag
@@ -50,7 +50,7 @@ jobs:
5050
11
5151
17
5252
21
53-
- uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
53+
- uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
5454
with:
5555
validate-wrappers: true
5656
- name: Build Release Artifacts

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.1.0
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.1.0
3636
with:
3737
persist-credentials: false
3838

@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
70+
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
7171
with:
7272
sarif_file: results.sarif

.github/workflows/test-inspect-version-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
expected: action_failure
5454

5555
steps:
56-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
56+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
5757
- name: Invoke Action
5858
id: inspect
5959
continue-on-error: ${{ matrix.expected == 'action_failure' }}

0 commit comments

Comments
 (0)